Skip to content

feat(template): add Vue #960

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat(template): add Vue #960

wants to merge 1 commit into from

Conversation

fi3ework
Copy link
Member

@fi3ework fi3ework commented Apr 29, 2025

Summary

Bundled Vue output is not good enough, got no idea of why, we might start to working on rslib-plugin-unplugin-vue (weird name) if hard to resolve.

Related Links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

"compilerOptions": {
"lib": ["DOM", "ES2021"],
"module": "ESNext",
"jsx": "react-jsx",
Copy link

@Jungzl Jungzl Apr 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be

    "jsx": "preserve",
    "jsxImportSource": "vue",

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants