-
-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not copy new file in watch mode #252
Comments
@k8w strange, can you create minimum reproducible test repo? |
Any update on this? I can confirm the issue (using EDIT: I just read about write-file-webpack-plugin in your readme and will give that a try when using webpack-dev-server. |
When webpack in watch mode, he use
|
@evilebottnawi The issue is not about it not writing files to filesystem, but about it not noticing new files. I've run into it with The workaround is to, e.g., replace |
@x-yuri please create minimum reproducible test repo |
@evilebottnawi Doesn't the one from the earlier post work for you? It says:
|
I use
and
When watching, if I create a new file (like
res/test.txt
), it would not copy to the output path.I must restart webpack.
The text was updated successfully, but these errors were encountered: