Skip to content

Commit 88bd2cf

Browse files
author
Fernando Leal
committed
versão 0.6.0-alpha.2 angular 9
1 parent 9171297 commit 88bd2cf

File tree

9 files changed

+1570
-4988
lines changed

9 files changed

+1570
-4988
lines changed

angular.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20+
"aot": true,
2021
"outputPath": "dist/ionic-database-builder-library",
2122
"index": "src/index.html",
2223
"main": "src/main.ts",
@@ -53,6 +54,10 @@
5354
"type": "initial",
5455
"maximumWarning": "2mb",
5556
"maximumError": "5mb"
57+
},
58+
{
59+
"type": "anyComponentStyle",
60+
"maximumWarning": "6kb"
5661
}
5762
]
5863
}
@@ -148,6 +153,8 @@
148153
},
149154
"configurations": {
150155
"production": {
156+
"tsConfig": "projects/ionic-database-builder/tsconfig.lib.prod.json"
157+
151158
}
152159
}
153160
},

0 commit comments

Comments
 (0)