Skip to content

Commit aecd47e

Browse files
committed
upgrade
2 parents 1f01f8e + 83ea82b commit aecd47e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+15759
-14002
lines changed

angular.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@
1818
"prefix": "app",
1919
"architect": {
2020
"build": {
21-
"builder": "@angular-devkit/build-angular:browser",
21+
"builder": "@angular-devkit/build-angular:application",
2222
"options": {
23-
"outputPath": "dist/plm-ui",
24-
"index": "src/index.html",
25-
"main": "src/main.ts",
26-
"polyfills": "src/polyfills.ts",
23+
"outputPath": {
24+
"base": "dist/plm-ui"
25+
},
26+
"index": "src/index.html",
27+
"polyfills": [
28+
"src/polyfills.ts"
29+
],
2730
"tsConfig": "tsconfig.app.json",
2831
"assets": [
2932
"src/favicon.ico",
@@ -33,7 +36,8 @@
3336
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
3437
"src/styles.scss"
3538
],
36-
"scripts": []
39+
"scripts": [],
40+
"browser": "src/main.ts"
3741
},
3842
"configurations": {
3943
"production": {
@@ -57,10 +61,8 @@
5761
],
5862
"outputHashing": "all"
5963
},
60-
"development": {
61-
"buildOptimizer": false,
62-
"optimization": false,
63-
"vendorChunk": true,
64+
"development": {
65+
"optimization": false,
6466
"extractLicenses": false,
6567
"sourceMap": true,
6668
"namedChunks": true

0 commit comments

Comments
 (0)