Skip to content

Commit 59666b2

Browse files
authored
Update to Angular 11 (#18)
1 parent 0ab4555 commit 59666b2

File tree

10 files changed

+13994
-9854
lines changed

10 files changed

+13994
-9854
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Taskbase Angular Libraries
22

33
Some Angular libraries used at Taskbase. See demos at https://angular-libraries-demo.taskbase.com
4-

angular.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"main": "src/main.ts",
2323
"polyfills": "src/polyfills.ts",
2424
"tsConfig": "tsconfig.app.json",
25-
"aot": false,
25+
"aot": true,
2626
"assets": [
2727
"src/favicon.ico",
2828
"src/assets"
@@ -45,7 +45,6 @@
4545
"sourceMap": false,
4646
"extractCss": true,
4747
"namedChunks": false,
48-
"aot": true,
4948
"extractLicenses": true,
5049
"vendorChunk": false,
5150
"buildOptimizer": true,
@@ -54,6 +53,10 @@
5453
"type": "initial",
5554
"maximumWarning": "2mb",
5655
"maximumError": "5mb"
56+
},
57+
{
58+
"type": "anyComponentStyle",
59+
"maximumWarning": "6kb"
5760
}
5861
]
5962
}
@@ -131,6 +134,11 @@
131134
"options": {
132135
"tsConfig": "projects/angular-keyboard/tsconfig.lib.json",
133136
"project": "projects/angular-keyboard/ng-package.json"
137+
},
138+
"configurations": {
139+
"production": {
140+
"tsConfig": "projects/angular-keyboard/tsconfig.lib.prod.json"
141+
}
134142
}
135143
},
136144
"test": {

0 commit comments

Comments
 (0)