Skip to content
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

ENOENT error with v4.5.3 #298

Closed
FranckFreiburger opened this issue Oct 12, 2018 · 2 comments
Closed

ENOENT error with v4.5.3 #298

FranckFreiburger opened this issue Oct 12, 2018 · 2 comments

Comments

@FranckFreiburger
Copy link

Since release v4.5.3, my prod build fails at copy-webpack-plugin step with the following exception:
Error: ENOENT: no such file or directory, stat 'C:\xxx\testBasicEmpty\public\**\*' (from syscall: "stat")

with:

new CopyWebpackPlugin([
	{
		from: 'C:\xxx\testBasicEmpty\public',
		to: 'C:\xxx\testBasicEmpty\output\public',
	}
])

(node 10.10.0 / webpack 3.6.0)

I notice the release message :
Bug Fixes: processPattern: add glob directory context to contextDependencies (#290) (5fa69db)

Is it a bug or should I modify my configuration ?

@FranckFreiburger
Copy link
Author

I need to do more investigations ...

@dijs
Copy link

dijs commented Feb 18, 2020

How did you fix this issue?

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

No branches or pull requests

2 participants