In this demo, both src1 and src2 are built. The only difference between the two is the content of some-asset.txt.
Expected Behavior
The hash of both the JS and asset is different between builds, since the JS imports the asset, the content of its file has changed.
Actual Behavior
Only the hash of the txt file changes.
In this demo, both
src1andsrc2are built. The only difference between the two is the content ofsome-asset.txt.Expected Behavior
The hash of both the JS and asset is different between builds, since the JS imports the asset, the content of its file has changed.
Actual Behavior
Only the hash of the txt file changes.