deckgo / starter-kit

The developer kit to create slides with DeckDeckGo
https://deckdeckgo.com
MIT License
47 stars 13 forks source link

Webpack Windows issues #39

Open peterpeterparker opened 5 years ago

peterpeterparker commented 5 years ago
  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 commented 5 years ago

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

bzuillsmith commented 5 years ago

Point 3 still seems to be an issue

peterpeterparker commented 5 years ago

@bzuillsmith 😔

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