Skip to content
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

fix(vite): cjs compatible #332

Merged
merged 1 commit into from Apr 10, 2024
Merged

Conversation

alexzhang1030
Copy link
Collaborator

Looks like tsup shim with our custom esbuild shim has come into conflict in cjs mode.

Revert to use unbuild for build, tsup for dev.

closes #331 , have tested.

Copy link

netlify bot commented Apr 10, 2024

Deploy Preview for vue-devtools-docs canceled.

Name Link
🔨 Latest commit 5853680
🔍 Latest deploy log https://app.netlify.com/sites/vue-devtools-docs/deploys/66168b575e70810008ec1a97

@webfansplz webfansplz merged commit e79114b into vuejs:main Apr 10, 2024
6 checks passed
@alexzhang1030 alexzhang1030 deleted the fix/vite-build branch April 10, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After upgrading to the latest version v7.0.26, there are build exceptions.
2 participants