1. Watch is triggered but doesn't automatically start a refresh of the browser -> use `path.resolve` for the full path -> solved 2. There was a bug in the copy-webpack-plugin (https://github.com/webpack-contrib/copy-webpack-plugin/pull/359) -> update the plugin -> solved 3. 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
Watch is triggered but doesn't automatically start a refresh of the browser -> use
path.resolvefor the full path -> solvedThere was a bug in the copy-webpack-plugin (fix: watch on windows webpack/copy-webpack-plugin#359) -> update the plugin -> solved
ENOTEMPTY from the clean webpack plugin should be solved in its version 2 (see Error: ENOTEMPTY: directory not empty johnagan/clean-webpack-plugin#59) but actually doesn't seems to be solved yet