Skip to content

Instantly share code, notes, and snippets.

@CharlieGreenman
Created October 10, 2019 10:34
Show Gist options
  • Save CharlieGreenman/393542d0a3b3efed47508a649ecfc43d to your computer and use it in GitHub Desktop.
Save CharlieGreenman/393542d0a3b3efed47508a649ecfc43d to your computer and use it in GitHub Desktop.
"build": {
...
"configurations": {
...
"fr": {
"aot": true,
"outputPath": "dist/my-project-fr/",
"i18nFile": "src/locale/messages.fr.xlf",
"i18nFormat": "xlf",
"i18nLocale": "fr",
...
}
}
},
"serve": {
...
"configurations": {
...
"fr": {
"browserTarget": "*project-name*:build:fr"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment