Flo demo app launch in dev mode

This commit is contained in:
BoykoAlex
2021-08-31 16:58:12 -04:00
parent c976ff95c7
commit 1cf72f9f4b

View File

@@ -43,6 +43,14 @@
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
}
}
},
@@ -54,8 +62,12 @@
"configurations": {
"production": {
"browserTarget": "dev:build:production"
},
"development": {
"browserTarget": "dev:build:development"
}
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",