Webpack 95% emitting, can be started.

clipboard.png

95% emitting, it can be started normally. What is the reason for this? Will
affect later operations?


well, this should be a problem when you use the friendly prompt plug-in , never mind, the final compilation result prevails, or replace that plug-in with something else, it may be necessary to have bug


it is very likely that your output path contains invalid characters, resulting in webpack hanging. It is recommended to check your webpack.dev.conf.js file. In addition, just because it can be run doesn't mean there's no problem.


did the subject find out the reason? If not. I ask


Open the project to find the config/index.js file, find autoOpenBrowser, in the module.exports configuration in the file and change its setting to true.


extractTextPlugin is not compatible with webpack4

Menu