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:
parent
7358470f10
commit
c3f59a783b
1 changed files with 4 additions and 4 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue