Skip to content

Commit 28f5e7a

Browse files
committed
first
1 parent c4a257f commit 28f5e7a

14 files changed

Lines changed: 5123 additions & 2954 deletions

openalprwebhookprocessor.client/angular.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
"prefix": "app",
1212
"architect": {
1313
"build": {
14-
"builder": "@angular-devkit/build-angular:browser",
14+
"builder": "@angular-devkit/build-angular:application",
1515
"options": {
16-
"outputPath": "dist/openalprwebhookprocessor.client",
16+
"outputPath": {
17+
"base": "dist/openalprwebhookprocessor.client"
18+
},
1719
"index": "src/index.html",
18-
"main": "src/main.ts",
1920
"polyfills": [
2021
"zone.js"
2122
],
@@ -52,8 +53,8 @@
5253
}
5354
],
5455
"scripts": [],
55-
"serviceWorker": true,
56-
"ngswConfigPath": "ngsw-config.json"
56+
"serviceWorker": "ngsw-config.json",
57+
"browser": "src/main.ts"
5758
},
5859
"configurations": {
5960
"production": {
@@ -78,9 +79,7 @@
7879
"outputHashing": "all"
7980
},
8081
"development": {
81-
"buildOptimizer": false,
8282
"optimization": false,
83-
"vendorChunk": true,
8483
"extractLicenses": false,
8584
"sourceMap": true,
8685
"namedChunks": true

0 commit comments

Comments
 (0)