Merge pull request #102 from realModusOperandi/angular-6

Add production build in again
This commit is contained in:
Liam Westby 2018-05-16 16:16:20 -05:00 committed by GitHub
commit 47577797b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@
]
},
"configurations": {
"prod": {
"production": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
@ -45,8 +45,8 @@
"browserTarget": "frontend:build"
},
"configurations": {
"prod": {
"browserTarget": "frontend:build:prod"
"production": {
"browserTarget": "frontend:build:production"
}
}
},