Skip to content

Commit 944a231

Browse files
chore: new url for hmr repo (#7688)
1 parent 172d5fc commit 944a231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/guides/hot-module-replacement.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This feature is great for productivity. All we need to do is update our [webpack
4141

4242
Since `webpack-dev-server` v4.0.0, Hot Module Replacement is enabled by default.
4343

44-
T> If you took the route of using `webpack-dev-middleware` instead of `webpack-dev-server`, please use the [`webpack-hot-middleware`](https://github.com/webpack-contrib/webpack-hot-middleware) package to enable HMR on your custom server or application.
44+
T> If you took the route of using `webpack-dev-middleware` instead of `webpack-dev-server`, please use the [`webpack-hot-middleware`](https://github.com/webpack/webpack-hot-middleware) package to enable HMR on your custom server or application.
4545

4646
**webpack.config.js**
4747

@@ -225,7 +225,7 @@ const server = new webpackDevServer({ hot: false, client: false }, compiler);
225225

226226
See the [full documentation of `webpack-dev-server` Node.js API](/api/webpack-dev-server/).
227227

228-
T> If you're [using `webpack-dev-middleware`](/guides/development/#using-webpack-dev-middleware), check out the [`webpack-hot-middleware`](https://github.com/webpack-contrib/webpack-hot-middleware) package to enable HMR on your custom dev server.
228+
T> If you're [using `webpack-dev-middleware`](/guides/development/#using-webpack-dev-middleware), check out the [`webpack-hot-middleware`](https://github.com/webpack/webpack-hot-middleware) package to enable HMR on your custom dev server.
229229

230230
## Gotchas
231231

0 commit comments

Comments
 (0)