Skip to content

Commit

Permalink
Merge pull request #15 from scholarsportal/angular9upgrade
Browse files Browse the repository at this point in the history
Angular9 upgrade
  • Loading branch information
lubitchv authored Jun 2, 2020
2 parents 167449b + eba4678 commit a0f596c
Show file tree
Hide file tree
Showing 16 changed files with 11,510 additions and 6,708 deletions.
20 changes: 19 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
"newProjectRoot": "projects",
"projects": {
"data-curation-tool": {
"i18n": {
"locales": {
"fr-CA": {
"translation": "src/locale/messages.fr-CA.xlf",
"baseHref": ""
}
}
},
"root": "",
"sourceRoot": "src",
"projectType": "application",
Expand All @@ -13,6 +21,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/data-curation-tool",
"index": "src/index.html",
"main": "src/main.ts",
Expand Down Expand Up @@ -50,14 +59,23 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
},
"fr": {
"aot": true,
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"outputPath": "dist/fr/",
"i18nFile": "src/locale/messages.fr-CA.xlf",
"i18nFormat": "xlf",
"i18nLocale": "fr-CA"
}
}
Expand Down
File renamed without changes.
Loading

0 comments on commit a0f596c

Please sign in to comment.