vitejs / vite-plugin-vue2

Vite plugin for Vue 2.7
MIT License
543 stars 46 forks source link

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

Open fantasy525 opened 1 year ago

fantasy525 commented 1 year 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 1 year ago

@yyx990803 I need help,please