Skip to content

Commit

Permalink
chore(angular): upgrade angular 12
Browse files Browse the repository at this point in the history
  • Loading branch information
xieziyu committed Nov 8, 2021
1 parent 57827d2 commit 034a5a3
Show file tree
Hide file tree
Showing 7 changed files with 11,079 additions and 33,168 deletions.
12 changes: 9 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets",
Expand All @@ -51,7 +50,13 @@
"node_modules/prismjs/components/prism-javascript.min.js",
"node_modules/prismjs/components/prism-bash.min.js",
"node_modules/prismjs/components/prism-diff.min.js"
]
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down Expand Up @@ -81,7 +86,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit 034a5a3

Please sign in to comment.