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": {
"baseDir": "",
"publicDir": "dist/apps/stats/",
"command": "yarn && yarn nx run stats:build",
"command": "yarn && yarn nx run build:stats static",
"rootDir": ""
}
}

View File

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