Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Webpack Windows issues #39

Open
peterpeterparker opened this issue Apr 3, 2019 · 3 comments
Open

Webpack Windows issues #39

peterpeterparker opened this issue Apr 3, 2019 · 3 comments
Assignees

Comments

@peterpeterparker
Copy link
Contributor

peterpeterparker commented Apr 3, 2019

  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 (fix: watch on windows webpack-contrib/copy-webpack-plugin#359) -> update the plugin -> solved

  3. 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

@peterpeterparker peterpeterparker self-assigned this Apr 3, 2019
@peterpeterparker peterpeterparker changed the title Webpack Windows issue Webpack Windows issues Apr 3, 2019
@peterpeterparker
Copy link
Contributor Author

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

@bzuillsmith
Copy link

Point 3 still seems to be an issue

@peterpeterparker
Copy link
Contributor Author

@bzuillsmith 😔

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants