Skip to content

Commit

Permalink
feat(plex): actualiza version de angular
Browse files Browse the repository at this point in the history
  • Loading branch information
ma7payne committed Jul 3, 2024
1 parent d01eeb1 commit 7daa6dc
Show file tree
Hide file tree
Showing 16 changed files with 7,566 additions and 7,758 deletions.
14 changes: 9 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/app",
"index": "src/demo/index.html",
"main": "src/demo/main.ts",
Expand All @@ -27,7 +26,13 @@
],
"scripts": [
"./node_modules/intro.js/intro.js"
]
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -40,9 +45,7 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -53,7 +56,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit 7daa6dc

Please sign in to comment.