Skip to content

Commit 60414aa

Browse files
authored
build: update deps to v18 (#460)
1 parent b6efdb0 commit 60414aa

File tree

5 files changed

+3834
-3479
lines changed

5 files changed

+3834
-3479
lines changed

angular.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,29 @@
1515
},
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:browser",
18+
"builder": "@angular-devkit/build-angular:application",
1919
"options": {
20-
"outputPath": "dist/angular-split-app",
20+
"outputPath": {
21+
"base": "dist/angular-split-app"
22+
},
2123
"index": "src/index.html",
22-
"main": "src/main.ts",
2324
"polyfills": ["zone.js"],
2425
"tsConfig": "src/tsconfig.app.json",
2526
"assets": ["src/favicon.ico", "src/assets"],
2627
"styles": ["./node_modules/bootstrap/dist/css/bootstrap.min.css", "src/styles.scss"],
2728
"stylePreprocessorOptions": {
2829
"includePaths": ["dist"]
2930
},
30-
"scripts": []
31+
"scripts": [],
32+
"browser": "src/main.ts"
3133
},
3234
"configurations": {
3335
"production": {
3436
"budgets": [],
3537
"outputHashing": "all"
3638
},
3739
"development": {
38-
"buildOptimizer": false,
3940
"optimization": false,
40-
"vendorChunk": true,
4141
"extractLicenses": false,
4242
"sourceMap": true,
4343
"namedChunks": true

0 commit comments

Comments
 (0)