We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6141e6f commit 57439e1Copy full SHA for 57439e1
docs/documentation/stories/configure-hmr.md
@@ -47,7 +47,15 @@ Update `angular.json` to include an hmr environment as explained [here](./applic
47
"serve": {
48
"configuration": {
49
...
50
- "hmr": true
+ "hmr": {
51
+ "hmr": true,
52
+ "fileReplacements": [
53
+ {
54
+ "replace": "src/environments/environment.ts",
55
+ "with": "src/environments/environment.hmr.ts"
56
+ }
57
+ ],
58
59
}
60
61
```
0 commit comments