mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
remove extra $ from HMR query
This commit is contained in:
parent
e0782af53e
commit
77ad0c8fc4
@ -124,7 +124,7 @@ export default function webpackClientConfig () {
|
||||
config.plugins.push(new webpack.NamedModulesPlugin())
|
||||
|
||||
// Add HMR support
|
||||
config.entry.app = ['webpack-hot-middleware/client?name=$client&reload=true', config.entry.app]
|
||||
config.entry.app = ['webpack-hot-middleware/client?name=client&reload=true', config.entry.app]
|
||||
config.plugins.push(
|
||||
new webpack.HotModuleReplacementPlugin(),
|
||||
new webpack.NoEmitOnErrorsPlugin()
|
||||
|
Loading…
Reference in New Issue
Block a user