You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,3 +28,5 @@ Some feature tutorials mentioned at [Guides | webpack.js.org](https://webpack.js
28
28
-**Output Management** section tells you how to set configuration to dynamically generate bundled html page along with its assets and clean unused dependencies from `dist` folder.
29
29
30
30
-**Development Mode** section tells you various ways to watch changes in your dependencies and create automatic bundles on save.
31
+
32
+
-**Hot Module Replacement** section tells how to load all module (Html/React, CSS, JS etc.) changes dynamically in development mode without refreshing the web page
0 commit comments