Skip to content

Commit

Permalink
upgrade angular to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
EverettSummer committed Jul 14, 2024
1 parent ceafbcb commit acaa98e
Show file tree
Hide file tree
Showing 8 changed files with 11,993 additions and 10,437 deletions.
16 changes: 9 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/mira-ui",
"outputPath": {
"base": "dist/mira-ui"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"src/polyfills.ts"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "less",
"assets": [
Expand All @@ -33,7 +36,8 @@
"node_modules/@irohalab/semantic-ui/semantic.css",
"node_modules/@angular/cdk/overlay-prebuilt.css"
],
"scripts": []
"scripts": [],
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand Down Expand Up @@ -62,9 +66,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
Loading

0 comments on commit acaa98e

Please sign in to comment.