forked from vitejs/vite
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Vitepress and rolldown-vite
throw error when enabling native plugin
#100
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
Labels
feat: native plugins
related to exprimental.enableNativePlugins
Comments
rolldown-vite
throw error when enabling native plugin.rolldown-vite
throw error when enabling native plugin
The current status of native plugins are:
|
6 tasks
6 tasks
[MISSING_EXPORT] Error: "default" is not exported by "node_modules/.pnpm/[email protected]/node_modules/roughjs/bundled/rough.js". |
Boshen
added a commit
to rolldown/rolldown
that referenced
this issue
Apr 29, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Trying to override
vite
withrolldown-vite
in a plain VitePress project works well, in dev and in build. When using the native plugin though, dev and build fail with errorsDev
Full Error log (dev)
Build
Full Error log (build)
Vue does export the subpath though (from the pkg json):
Reproduction
https://github.com/TheAlexLichter/vitepress-rolldown-test
Steps to reproduce
pnpm i
pnpm build
orpnpm dev
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: