-
-
Notifications
You must be signed in to change notification settings - Fork 15
Rollup can't interpret annotation "/*#__PURE__*/" #50
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
Comments
Need a minimal repro please |
@jxom here is a minimal repro A few more errors are thrown in the repro but only the one reported in this issue is the one that's affecting me in a real vue application (where I am using the @wagmi/vue package). Thanks in advanced. P.S. Vue applications are built using vite, which uses rollup under the hood for production bundles. |
Let me know if it is fixed now. |
Thanks @paro-paro and @jxom |
This issue has been locked since it has been closed for more than 14 days. If you found a concrete bug or regression related to it, please open a new bug report with a reproduction against the latest Ox version. If you have any questions or comments you can create a new discussion thread. |
Check existing issues
Ox Version
0.6.0
Current Behavior
A warning is generated when the module is processed with Rollup:
Apparently this annotation is supposed to be used with functions, but here it is used with a constant.
Expected Behavior
No warning.
Steps To Reproduce
Link to Minimal Reproducible Example
No response
Anything else?
Rollup v4.24.1
The text was updated successfully, but these errors were encountered: