Skip to content

Commit 81b2863

Browse files
leerwilsonmontogeek
authored andcommitted
fix(config): Removed not necessary to use full URL for HMR (#2432)
at least I don't think it is necessary.
1 parent fccb458 commit 81b2863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/configuration/dev-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,8 +1128,8 @@ module.exports = {
11281128
The bundle will now be available as `http://localhost:8080/assets/bundle.js`.
11291129

11301130
T> Make sure `devServer.publicPath` always starts and ends with a forward slash.
1131-
1132-
It is also possible to use a full URL. This is necessary for [Hot Module Replacement](/concepts/hot-module-replacement/).
1131+
1132+
It is also possible to use a full URL.
11331133

11341134
__webpack.config.js__
11351135

0 commit comments

Comments
 (0)