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