Skip to content

Commit 2e8482c

Browse files
authored
Breaking Change: Update to v18 (#1001)
Breaking Change: Upgrade to v18
1 parent 1cae87c commit 2e8482c

File tree

6 files changed

+5082
-5489
lines changed

6 files changed

+5082
-5489
lines changed

angular.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
},
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:browser",
18+
"builder": "@angular-devkit/build-angular:application",
1919
"options": {
20-
"outputPath": "dist/hyperdash-angular-app",
20+
"outputPath": {
21+
"base": "dist/hyperdash-angular-app"
22+
},
2123
"index": "src/index.html",
22-
"main": "src/main.ts",
23-
"polyfills": "src/polyfills.ts",
24+
"polyfills": ["src/polyfills.ts"],
2425
"tsConfig": "tsconfig.app.json",
2526
"assets": ["src/favicon.ico", "src/assets"],
2627
"styles": ["src/styles.scss"],
2728
"scripts": [],
28-
"vendorChunk": true,
2929
"extractLicenses": false,
30-
"buildOptimizer": false,
3130
"sourceMap": true,
3231
"optimization": false,
33-
"namedChunks": true
32+
"namedChunks": true,
33+
"browser": "src/main.ts"
3434
},
3535
"configurations": {
3636
"production": {
@@ -45,8 +45,6 @@
4545
"sourceMap": false,
4646
"namedChunks": false,
4747
"extractLicenses": true,
48-
"vendorChunk": false,
49-
"buildOptimizer": true,
5048
"budgets": [
5149
{
5250
"type": "initial",

0 commit comments

Comments
 (0)