Merge pull request 'build: add file replacements for production environment' (#3) from main into prod
Reviewed-on: #3
This commit is contained in:
commit
fa9935acaa
1 changed files with 7 additions and 1 deletions
|
@ -45,7 +45,13 @@
|
|||
"maximumError": "8kB"
|
||||
}
|
||||
],
|
||||
"outputHashing": "all"
|
||||
"outputHashing": "all",
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment.production.ts"
|
||||
}
|
||||
]
|
||||
},
|
||||
"development": {
|
||||
"optimization": false,
|
||||
|
|
Loading…
Add table
Reference in a new issue