build: speed up again with simplified dev build

This commit is contained in:
Johannes Millan 2021-06-26 20:08:06 +02:00
parent dfc414d3a2
commit 50e6c5b868
2 changed files with 21 additions and 6 deletions

View file

@ -38,6 +38,22 @@
"webWorkerTsConfig": "src/tsconfig.worker.json"
},
"configurations": {
"development": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": false,
"aot": false,
"serviceWorker": true
},
"production": {
"baseHref": "",
"budgets": [
@ -170,8 +186,12 @@
"configurations": {
"production": {
"browserTarget": "sp2:build:production"
},
"development": {
"browserTarget": "sp2:build:development"
}
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",

View file

@ -9178,11 +9178,6 @@ pinkie@^2.0.0:
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA=
pkce-challenge@2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/pkce-challenge/-/pkce-challenge-2.2.0.tgz#02622e0498b82aab248c8c7dbf6507e8bbe20abf"
integrity sha512-Ly0Y0OwhtG2N1ynk5ruqoyJxkrWhAPmvdRk0teiLh9Dp2+J4URKpv1JSKWD0j1Sd+QCeiwO9lTl0EjmrB2jWeA==
pkg-dir@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"