We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
unplugin
@sentry/bundler-plugin-core v2.9.0
@sentry/bundler-plugin-core
With latest rollup installed (3.29.4 now) in my project I'm getting an error like:
rollup
node_modules/unplugin/dist/index.d.ts(1,40): error TS2305: Module '"rollup"' has no exported member 'AcornNode'.
It seems like unplugin is pinned here and the latest version of it doesn't reference AcornNode anymore so updating should fix this issue at least.
AcornNode
The text was updated successfully, but these errors were encountered:
@lforst does this issue still apply?
Sorry, something went wrong.
yup still applies
lforst
Successfully merging a pull request may close this issue.
Environment
@sentry/bundler-plugin-core
v2.9.0Steps to Reproduce
With latest
rollup
installed (3.29.4 now) in my project I'm getting an error like:It seems like
unplugin
is pinned here and the latest version of it doesn't referenceAcornNode
anymore so updating should fix this issue at least.The text was updated successfully, but these errors were encountered: