Skip to content

Commit

Permalink
upgrade to angular 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Feb 29, 2020
1 parent 1942563 commit 5e1e06c
Show file tree
Hide file tree
Showing 11 changed files with 13,048 additions and 10,355 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.0

- Upgrade to Angular 9 [ebrehault]

# 1.0.3

- Auto-tagging and auto-publish on NPM [ebrehault]
Expand Down
12 changes: 10 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
"prefix": "demo",
"schematics": {
"@schematics/angular:component": {
"styleext": "scss"
"style": "scss"
}
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/grange-form",
"index": "src/index.html",
"main": "src/main.ts",
Expand All @@ -38,6 +39,12 @@
},
"configurations": {
"production": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
Expand Down Expand Up @@ -118,7 +125,8 @@
},
"configurations": {
"production": {
"project": "projects/grange-form/ng-package.prod.json"
"project": "projects/grange-form/ng-package.prod.json",
"tsConfig": "projects/grange-form/tsconfig.lib.prod.json"
}
}
},
Expand Down
Loading

0 comments on commit 5e1e06c

Please sign in to comment.