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
[email protected]
Using @nuxtjs/mdc package on client side to show processed markdown.
throws in production env but works as expected in dev.
Error originated in below place
Apparently done is not a function (it is undefined).
done
done should be a function here if resolve is not.
resolve
node@20
No response
The text was updated successfully, but these errors were encountered:
please make a tiny repro
Sorry, something went wrong.
it's due to rollup/rollup#5826, has been fixed at [email protected]. bump rollup to 4.34.2 or reinstall unified.js would resolve.
No branches or pull requests
Initial checklist
Affected package
[email protected]
Steps to reproduce
Using @nuxtjs/mdc package on client side to show processed markdown.
Actual behavior
throws in production env but works as expected in dev.
Error originated in below place
Apparently
done
is not a function (it is undefined).Expected behavior
done
should be a function here ifresolve
is not.Runtime
node@20
Package manager
No response
Operating system
No response
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered: