mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2025-01-18 10:23:58 +08:00
Merge pull request #102 from realModusOperandi/angular-6
Add production build in again
This commit is contained in:
commit
47577797b3
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user