starter-kit
starter-kit copied to clipboard
Webpack Windows issues
-
Watch is triggered but doesn't automatically start a refresh of the browser -> use
path.resolvefor the full path -> solved -
There was a bug in the copy-webpack-plugin (https://github.com/webpack-contrib/copy-webpack-plugin/pull/359) -> update the plugin -> solved
-
ENOTEMPTY from the clean webpack plugin should be solved in its version 2 (see https://github.com/johnagan/clean-webpack-plugin/issues/59) but actually doesn't seems to be solved yet
I've upgraded to clean-webpack-plugin v3, not sure if it would help regarding point 3.
Point 3 still seems to be an issue
@bzuillsmith 😔
maybe I should just get rid of clean-webpack-plugin and replace it with a rimraf prebuild