Skip to content

Commit 4bc5dca

Browse files
committed
docs: update support statement for hmr
1 parent 2061ede commit 4bc5dca

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/documentation/stories/configure-hmr.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
**Documentation below is deprecated and we no longer accept PRs to improve this. The new documentation is available [here](https://angular.io/guide/build)**.
1+
**HMR is a webpack feature that is not officially supported by Angular. Community contributors can submit PRs against this page to add corrections, new information, or advice.**.
22

33
# Configure Hot Module Replacement
44

5-
Hot Module Replacement (HMR) is a WebPack feature to update code in a running app without rebuilding it.
6-
This results in faster updates and less full page-reloads.
5+
Hot Module Replacement (HMR) is a [webpack](https://webpack.js.org) feature to update code in a running app without rebuilding it.
6+
This results in faster updates and fewer full page-reloads.
77

88
You can read more about HMR by visiting [this page](https://webpack.js.org/guides/hot-module-replacement/).
99

@@ -44,7 +44,7 @@ export const environment = {
4444

4545

4646
Update `angular.json` to include an hmr environment as explained [here](./application-environments)
47-
and add configurations within build and serve to enable hmr. Note that `<project-name>` here
47+
and add configurations within build and serve to enable hmr. Note that `<project-name>` here
4848
represents the name of the project you are adding this configuration to in `angular.json`.
4949

5050
```json
@@ -179,5 +179,3 @@ When starting the server Webpack will tell you that it’s enabled:
179179

180180

181181
Now if you make changes to one of your components the changes should be visible automatically without a complete browser refresh.
182-
183-

0 commit comments

Comments
 (0)