Skip to content

Commit

Permalink
upgrade to ng 12 (swimlane#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
haeminn authored Jun 30, 2021
1 parent f1c3f7d commit 06f2a1b
Show file tree
Hide file tree
Showing 11 changed files with 6,441 additions and 6,719 deletions.
12 changes: 9 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.scss"],
"scripts": [],
Expand All @@ -32,7 +31,13 @@
"ajv",
"mousetrap",
"moment-timezone"
]
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down Expand Up @@ -62,7 +67,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit 06f2a1b

Please sign in to comment.