This repository has been archived by the owner on Dec 6, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 255
Webpack hot reload not working #217
Comments
Auto correct!! |
Hmm tried poi 9.1.8 and HMR works fine with template, tested with this template: https://github.com/egoist/template-poi-minimal |
With my project, poi 9.1.2 works fine but poi 9.1.3 HMR not working properly. How to find out what was changed between poi 9.1.2 and 9.1.3? |
Seems to do with this commit: 459749f If I add the ModuleConcatenationPlugin in the above commit to poi 9.1.2, HMR stops working for me. |
ok seems |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
When making Vue template change, page refreshed instead of webpack hot reload.
If the current behavior is a bug, please provide the steps to reproduce.
Was working fine with power 9.1.2. Tested not working on point 9.1.7 and 9.1.8.
What is the expected behavior?
Page reload via webpack hot reload.
If this is a feature request, what is motivation or use case for changing the behavior?
Please mention other relevant information such as the browser version, Node.js version, Poi version and Operating System.
Node 6.11.1
Poi 9.1.8
Is Win 10
The text was updated successfully, but these errors were encountered: