Disable SRI for stats (#334)
This commit is contained in:
parent
9e82935658
commit
987cdb9d68
@ -9,7 +9,7 @@
|
||||
"build": {
|
||||
"baseDir": "",
|
||||
"publicDir": "dist/apps/stats/",
|
||||
"command": "yarn && yarn nx run stats:build",
|
||||
"command": "yarn && yarn nx run build:stats static",
|
||||
"rootDir": ""
|
||||
}
|
||||
}
|
||||
|
@ -11,6 +11,7 @@
|
||||
"compiler": "babel",
|
||||
"outputPath": "dist/apps/stats",
|
||||
"index": "apps/stats/src/index.html",
|
||||
"baseHref": "/",
|
||||
"main": "apps/stats/src/main.tsx",
|
||||
"polyfills": "apps/stats/src/polyfills.ts",
|
||||
"tsConfig": "apps/stats/tsconfig.app.json",
|
||||
@ -27,7 +28,6 @@
|
||||
"with": "apps/stats/src/environments/environment.prod.ts"
|
||||
}
|
||||
],
|
||||
"subresourceIntegrity": true,
|
||||
"optimization": true,
|
||||
"outputHashing": "all",
|
||||
"sourceMap": false,
|
||||
|
Loading…
Reference in New Issue
Block a user