-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
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
less 无法热更新 #321
Labels
Comments
是个问题,dva-cli 下个版本会改进。 |
改个东西总是要手动刷新,很不方便 |
@cnptu 我目前的解决办法是修改 webpack.config.js
npm install --save-dev webpack-hot-middleware 这个可以自动刷新,但不是热更新,修改文件后会刷新页面 |
每次添加 ant 的新组件都要刷新下才可以显示样式,期待新版本的解决方案。 |
已解决,老用户参考这里升级下工具层,sorrycc/blog#17 。 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用dva new 一个项目 为什么less文件 无法热更新?
The text was updated successfully, but these errors were encountered: