javascript - webpack-dev-server cannot refresh the browser synchronously when changing css. Is there any way to refresh it synchronously?
黄舟2017-05-19 10:20:41
0
2
580
The configuration of webpack.config.js is as follows. Updating css cannot refresh the browser synchronously, but updating js can refresh the browser synchronously.
Do not use the extract text plug-in in the development environment. If you use it, you will not be able to update the style. Only use it in the production environment
browser-sync-webpack-plugin
https://github.com/Va1/browse...
Do not use the extract text plug-in in the development environment. If you use it, you will not be able to update the style. Only use it in the production environment