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(parser): skip compat mode check for SFC root <template> tags #10034

Merged
merged 1 commit into from Jan 9, 2024

Conversation

sodatea
Copy link
Member

@sodatea sodatea commented Jan 8, 2024

Fixes vitejs/vite-plugin-vue#330

I didn't include a test here because I think this case is more like an integration issue, it makes more sense to test that in the vite-plugin-vue repository.

Copy link

github-actions bot commented Jan 8, 2024

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 89.5 kB 34.1 kB 30.7 kB
vue.global.prod.js 146 kB 53.3 kB 47.6 kB

Usages

Name Size Gzip Brotli
createApp 49.8 kB 19.5 kB 17.8 kB
createSSRApp 53.1 kB 20.8 kB 19 kB
defineCustomElement 52 kB 20.2 kB 18.5 kB
overall 63.3 kB 24.4 kB 22.2 kB

@yyx990803 yyx990803 merged commit 923d560 into vuejs:main Jan 9, 2024
11 checks passed
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.

Version 5.0.2 of the plugin breaks the Vue migration build in MODE: 2
3 participants