We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44307c4 + e36811a commit b2944c8Copy full SHA for b2944c8
webpack/entry.js
@@ -5,7 +5,7 @@ function client(options) {
5
return options.entry
6
}
7
return [
8
- 'webpack-hot-middleware/client?log=false&path=/nullstack/hmr&noInfo=true&quiet=true&timeout=1000&reload=true',
+ `${require.resolve('webpack-hot-middleware/client')}?log=false&path=/nullstack/hmr&noInfo=true&quiet=true&timeout=1000&reload=true`,
9
path.posix.join(options.configFolder, 'shared', 'accept.js'),
10
options.entry
11
]
@@ -30,4 +30,4 @@ function entry(options) {
30
31
32
33
-module.exports = entry
+module.exports = entry
0 commit comments