Skip to content

Commit

Permalink
feat: upgrade angular to v9.x (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Jun 10, 2020
1 parent 6645a28 commit ce3b0cb
Show file tree
Hide file tree
Showing 16 changed files with 18,823 additions and 13,800 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.json]
indent_size = 2

[*.html]
indent_size = 2

[*.md]
max_line_length = off
trim_trailing_whitespace = false
12 changes: 11 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
"prefix": "app",
"schematics": {
"@schematics/angular:component": {
"styleext": "scss"
"style": "scss"
}
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "docs",
"index": "packages/integration/src/index.html",
"main": "packages/integration/src/main.ts",
Expand Down Expand Up @@ -48,6 +49,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
Expand Down Expand Up @@ -128,6 +133,11 @@
"options": {
"tsConfig": "packages/core/tsconfig.lib.json",
"project": "packages/core/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "packages/core/tsconfig.lib.prod.json"
}
}
},
"test": {
Expand Down
Loading

0 comments on commit ce3b0cb

Please sign in to comment.