1
0
Fork 0
mirror of https://github.com/Findus23/lw1.at.git synced 2024-09-12 07:33:45 +02:00

don't use SRI

This commit is contained in:
Lukas Winkler 2021-01-25 20:50:49 +01:00
parent 7358470f10
commit c3f59a783b
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -24,10 +24,10 @@ const config: webpack.Configuration = merge(common, {
},
devtool: "source-map",
plugins: [
new SriPlugin({
hashFuncNames: ["sha256"],
enabled: true
}),
// new SriPlugin({
// hashFuncNames: ["sha256"],
// enabled: true
// }),
new LicenseWebpackPlugin({
// perChunkOutput: false
licenseTextOverrides: {