-
Notifications
You must be signed in to change notification settings - Fork 3
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
[ERROR] Could not resolve (... some temp file) #6
Comments
Here's a reproduction of sorts https://github.com/nertzy/esbuild-plugin-css-modules-tempfile-bug It gives me a different error:
|
Same problem here. Noticed that this only happens in
|
BTW: The files from the errors do exist hand have plausible content. Really looks like a race condition error. |
I've debugged this issue a little further. Problem seems to appear when running two watch-instances - in my case client & server-build. Both are working in the same temp dir which leads to this error. |
I am sporadically getting these messages when I try to chain
esbuild-plugin-sass
followed byesbuild-plugin-css-modules
.The error is not happening consistently, so I assume it's some sort of race condition.
The text was updated successfully, but these errors were encountered: