-
Notifications
You must be signed in to change notification settings - Fork 28
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
Infinite loop using @rollup/plugin-url #101
Comments
Thanks for the repro! Infinite loop like that usually indicates that a plugin is writing to the disk, which causes the file watcher to trigger a rebuild. That seems to be the issue with Ideally the plugin should be updated to the use the proper As a temporary workaround, you can use the
|
Woops, closing this too fast. I tried to exclude these folders as you specified. Repro has been updated but I still have the same issue :( |
Hmmm, it works for me. Can't reproduce. |
the suggested solution above didn't work for me, but passing in |
I'm getting an infinite loop when I'm using @rollup/plugin-url with Nollup (but not with Rollup).
Here's a demo repository : nollup-url-infinite-loop
I tried too to downgrade but it's the same 😕
The text was updated successfully, but these errors were encountered: