Skip to content

Instantly share code, notes, and snippets.

@splincode
Created February 24, 2019 10:58
Show Gist options
  • Save splincode/13019db0e47337ca7003beed9dedcf21 to your computer and use it in GitHub Desktop.
Save splincode/13019db0e47337ca7003beed9dedcf21 to your computer and use it in GitHub Desktop.
"build": {
"configurations": {
...
"hmr": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.hmr.ts"
}
]
}
}
},
...
"serve": {
"configurations": {
...
"hmr": {
"hmr": true,
"browserTarget": "<project-name>:build:hmr"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment