Skip to content

Commit

Permalink
Merge pull request #4 from mohamedOuladi/feature/issue191-wipp-librar…
Browse files Browse the repository at this point in the history
…y-refactor-angular-upgrade

Feature/issue191 wipp library refactor angular upgrade
  • Loading branch information
sunnielyu authored Feb 11, 2021
2 parents 7d80628 + 46e2d10 commit 003f00b
Show file tree
Hide file tree
Showing 106 changed files with 12,838 additions and 8,832 deletions.
12 changes: 11 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
"tsConfig": "projects/wipp-frontend-lib/tsconfig.lib.json",
"project": "projects/wipp-frontend-lib/ng-package.json"
}
},
, "configurations": {
"production": {
"tsConfig": "projects/wipp-frontend-lib/tsconfig.lib.prod.json"
}
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
Expand Down Expand Up @@ -48,6 +53,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/wipp-frontend-app",
"index": "projects/wipp-frontend-app/src/index.html",
"main": "projects/wipp-frontend-app/src/main.ts",
Expand Down Expand Up @@ -92,6 +98,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.2.0
Loading

0 comments on commit 003f00b

Please sign in to comment.