Skip to content

Commit 83fd823

Browse files
committed
Upgrading to angular9
1 parent 71ad85f commit 83fd823

File tree

7 files changed

+8847
-8000
lines changed

7 files changed

+8847
-8000
lines changed

angular.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"build": {
1212
"builder": "@angular-devkit/build-angular:browser",
1313
"options": {
14+
"aot": true,
1415
"outputPath": "dist",
1516
"index": "src/index.html",
1617
"main": "src/main.ts",
@@ -29,6 +30,12 @@
2930
},
3031
"configurations": {
3132
"production": {
33+
"budgets": [
34+
{
35+
"type": "anyComponentStyle",
36+
"maximumWarning": "6kb"
37+
}
38+
],
3239
"optimization": true,
3340
"outputHashing": "all",
3441
"sourceMap": false,
@@ -125,7 +132,7 @@
125132
"schematics": {
126133
"@schematics/angular:component": {
127134
"prefix": "plotly",
128-
"styleext": "css"
135+
"style": "css"
129136
},
130137
"@schematics/angular:directive": {
131138
"prefix": "plotly"

0 commit comments

Comments
 (0)