-
Notifications
You must be signed in to change notification settings - Fork 38
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
SyntaxError: Named export 'GLOBSTAR' not found #431
Comments
Hm, I am not sure how I can reproduce this. Would you mind sharing a small reproduction example (repo we can pull or stackblitz or similar) so we can debug this? |
hi @lforst this issue seems related to this one nodejs/node#35893 the issue might be caused by
and can be resolved by change it to
|
@pirey none of that code is in our package. I wouldn't know how to change that tbh. I'd need reproduction. |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you remove the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Environment
We are running version
^2.8.0
.Once in a while, we start having persistent errors like this-
Steps to Reproduce
We are building a Vite project and uploading sourcemaps to Sentry with the plugin.
The errors reproduce both locally and in our CI (jenkins).
Expected Result
No error in the build process.
Actual Result
An error reported.
The text was updated successfully, but these errors were encountered: