-
Notifications
You must be signed in to change notification settings - Fork 5
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
rollup hang up when running with this plugin in node.js #16
Comments
@Aqours I will check it asap. Thanks. |
@aMarCruz were you able to look into this? I bumped into this issue today as well. |
I'll look at this issue until this week-end. |
Same issue here! R_JS_REGEX: |
I think I am encountering the same issue, rollup hangs forever with this plugin enabled on this particular statement. Removing the statement, or this plugin from my rollup config makes rollup not hang anymore. Let me know if I can provide any further details. I tried reproducing the problem by passing the same code through js-cleanup but wasn't able to reproduce that way. |
@bwindels thanks, I will check it asap. |
Confirmed, i'm running into the same issue! This might be a problem for a lot of people because this fails to cleanup Google Web Vitals distribution (node_modules/web-vitals/dist/web-vitals.es5.min.js) Regex used by skip-regex
String that kills it
@aMarCruz I tried using a different regex found on stackoverflow - it solves the performance problem and works fine for my code, however it fails 6 of your test cases. Do you think this performance issue could be resolved any time soon? |
I can also confirm that the issue is with using this with web-vitals package |
The text was updated successfully, but these errors were encountered: