Skip to content

Commit

Permalink
Breaking Change: Update to v18 (#1001)
Browse files Browse the repository at this point in the history
Breaking Change: Upgrade to v18
  • Loading branch information
adisreyaj authored May 31, 2024
1 parent 1cae87c commit 2e8482c
Show file tree
Hide file tree
Showing 6 changed files with 5,082 additions and 5,489 deletions.
16 changes: 7 additions & 9 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/hyperdash-angular-app",
"outputPath": {
"base": "dist/hyperdash-angular-app"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["src/polyfills.ts"],
"tsConfig": "tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.scss"],
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"namedChunks": true,
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -45,8 +45,6 @@
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand Down
Loading

0 comments on commit 2e8482c

Please sign in to comment.