Skip to content

Commit b4408eb

Browse files
authored
[browser] Hard fingerprint user JavaScript files in wasmbrowser template (#118572)
1 parent 1e322fd commit b4408eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/wasm/templates/templates/browser/browser.0.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<StaticWebAssetFingerprintPattern Include="JS" Pattern="*.js" />
9+
<StaticWebAssetFingerprintPattern Include="JS" Pattern="*.js" Expression="#[.{fingerprint}]!" />
1010
</ItemGroup>
1111
</Project>

0 commit comments

Comments
 (0)