vitejs / vite-plugin-vue2

Vite plugin for Vue 2.7
MIT License
551 stars 48 forks source link

Why are there two .vue.js files bundled? .vue.js and .vue2.js #61

Open fantasy525 opened 2 years ago

fantasy525 commented 2 years ago

I used rollup to package the vue components,Two.vue.js are bundled

expect behavior: bundle name no .vue and just one js file eg: XXX.js

this is my repository rollup-vue-test,you can test image

fantasy525 commented 2 years ago

@yyx990803 I need help,please