Skip to content

Commit 04fc80d

Browse files
author
rk
committed
refactor: update deps
1 parent 2c78b4e commit 04fc80d

File tree

8 files changed

+9966
-8367
lines changed

8 files changed

+9966
-8367
lines changed

angular.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
"prefix": "app",
1717
"architect": {
1818
"build": {
19-
"builder": "@angular-devkit/build-angular:browser",
19+
"builder": "@angular-devkit/build-angular:application",
2020
"options": {
21-
"outputPath": "dist/ngx-scan-detect-app",
21+
"outputPath": {
22+
"base": "dist/ngx-scan-detect-app"
23+
},
2224
"index": "src/index.html",
23-
"main": "src/main.ts",
2425
"allowedCommonJsDependencies": [
2526
"leaflet"
2627
],
@@ -41,7 +42,8 @@
4142
"styles": [
4243
"src/styles.scss"
4344
],
44-
"scripts": []
45+
"scripts": [],
46+
"browser": "src/main.ts"
4547
},
4648
"configurations": {
4749
"production": {
@@ -60,9 +62,7 @@
6062
"outputHashing": "all"
6163
},
6264
"development": {
63-
"buildOptimizer": false,
6465
"optimization": false,
65-
"vendorChunk": true,
6666
"extractLicenses": false,
6767
"sourceMap": true,
6868
"namedChunks": true
@@ -74,18 +74,18 @@
7474
"builder": "@angular-devkit/build-angular:dev-server",
7575
"configurations": {
7676
"production": {
77-
"browserTarget": "ngx-scan-detect-app:build:production"
77+
"buildTarget": "ngx-scan-detect-app:build:production"
7878
},
7979
"development": {
80-
"browserTarget": "ngx-scan-detect-app:build:development"
80+
"buildTarget": "ngx-scan-detect-app:build:development"
8181
}
8282
},
8383
"defaultConfiguration": "development"
8484
},
8585
"extract-i18n": {
8686
"builder": "@angular-devkit/build-angular:extract-i18n",
8787
"options": {
88-
"browserTarget": "ngx-scan-detect-app:build"
88+
"buildTarget": "ngx-scan-detect-app:build"
8989
}
9090
},
9191
"test": {

0 commit comments

Comments
 (0)