starter-kit icon indicating copy to clipboard operation
starter-kit copied to clipboard

Webpack Windows issues

Open peterpeterparker opened this issue 6 years ago • 3 comments

  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

peterpeterparker avatar Apr 03 '19 20:04 peterpeterparker

I've upgraded to clean-webpack-plugin v3, not sure if it would help regarding point 3.

peterpeterparker avatar Jun 02 '19 07:06 peterpeterparker

Point 3 still seems to be an issue

bzuillsmith avatar Aug 30 '19 06:08 bzuillsmith

@bzuillsmith 😔

maybe I should just get rid of clean-webpack-plugin and replace it with a rimraf prebuild

peterpeterparker avatar Aug 30 '19 07:08 peterpeterparker