Actually enable SRI for all websocket assets
Without this setting, no SRI hashes are added to the assets.
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user