gajus / write-file-webpack-plugin

Forces webpack-dev-server to write bundle files to the file system.
Other
527 stars 54 forks source link

fix: fix recompilation issue when error occur #64

Closed changLiuUNSW closed 6 years ago

changLiuUNSW commented 6 years ago

Do not calls callback with error to prevent recompilation from stopping when error occur. Reason: By design, after-emit will stops recompilation if a plugin calls callback with error. https://github.com/webpack/webpack/issues/4326 fix

63