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 331d321 commit 4a31791Copy full SHA for 4a31791
lib/index.js
@@ -229,7 +229,7 @@ class ReactRefreshPlugin {
229
break;
230
}
231
case 5: {
232
- const NormalModule = require('webpack.next/lib/NormalModule');
+ const NormalModule = require('webpack/lib/NormalModule');
233
const RuntimeGlobals = require('webpack/lib/RuntimeGlobals');
234
const ReactRefreshRuntimeModule = require('./runtime/RefreshRuntimeModule');
235
0 commit comments