Actually enable SRI for all websocket assets

Without this setting, no SRI hashes are added to the assets.
This commit is contained in:
Sebastian Serth
2022-12-05 18:21:22 +01:00
parent 4ecaee9d6c
commit 8147669173

View File

@ -49,7 +49,7 @@ const envConfig = module.exports = {
new SubresourceIntegrityPlugin(), new SubresourceIntegrityPlugin(),
new WebpackAssetsManifest({ new WebpackAssetsManifest({
entrypoints: true, entrypoints: true,
integrity: false, integrity: true,
writeToDisk: true, writeToDisk: true,
entrypointsUseAssets: true, entrypointsUseAssets: true,
publicPath: true, publicPath: true,