Disable SRI for stats (#334)

This commit is contained in:
Edd 2022-05-04 09:02:54 +01:00 committed by GitHub
parent 9e82935658
commit 987cdb9d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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": ""
} }
} }

View File

@ -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,