We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
15.4.0
https://github.com/inca/vue-loader-hmr-issue
git clone https://github.com/inca/vue-loader-hmr-issue
cd vue-loader-hmr-issue
npm install
npm run dev
http://localhost:9000
app.vue
Please find more details in reproduction README.
Website should reload the module without reloading the page
Stack overflow error, which prevents hot reload from working.
Note: if hotOnly: true is omitted in webpack , full page reload happens instead which hides the underlying issue.
hotOnly: true
Versions:
The text was updated successfully, but these errors were encountered:
Is Webpack 4 not officially supported?
Sorry, something went wrong.
webpack/webpack-dev-server#87 (comment)
you shouldn't be doing --hot and new webpack.HotModuleReplacementPlugin() in webpack.config.js > plugins: [] section simultaneously.
--hot
new webpack.HotModuleReplacementPlugin()
webpack.config.js > plugins: [] section
haoqunjiang
No branches or pull requests
Version
15.4.0
Reproduction link
https://github.com/inca/vue-loader-hmr-issue
Steps to reproduce
git clone https://github.com/inca/vue-loader-hmr-issue
cd vue-loader-hmr-issue
npm install
npm run dev
http://localhost:9000
app.vue
Please find more details in reproduction README.
What is expected?
Website should reload the module without reloading the page
What is actually happening?
Stack overflow error, which prevents hot reload from working.
Note: if
hotOnly: true
is omitted in webpack , full page reload happens instead which hides the underlying issue.Versions:
The text was updated successfully, but these errors were encountered: