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
During vuepress build, the build fails while using the vite 3.0.4 dependency with the following error:
vuepress build
Missing "./preload-helper" export in "vite" package
FYI: vuepress dev works fine.
vuepress dev
Update @vuepress/bundler-vite to support vite 3
@vuepress/bundler-vite
No response
Build works with vite 2.9
The text was updated successfully, but these errors were encountered:
It's already planned and WIP. Didn't have enough time to finish it yet
Sorry, something went wrong.
Great to hear that. Thanks for the amazing work so far!
I need it too
Vite 3.x support is stuck because of vitejs/vite#7621.
We used to have a workaround plugin for Vite 2.x, but the implementation is not available in 3.x anymore.
f8cdc9e
Successfully merging a pull request may close this issue.
Clear and concise description of the problem
During
vuepress build
, the build fails while using the vite 3.0.4 dependency with the following error:Missing "./preload-helper" export in "vite" package
FYI:
vuepress dev
works fine.Suggested solution
Update
@vuepress/bundler-vite
to support vite 3Alternative
No response
Additional context
Build works with vite 2.9
The text was updated successfully, but these errors were encountered: