vite-plugin-vue2
vite-plugin-vue2 copied to clipboard
Why are there two .vue.js files bundled? .vue.js and .vue2.js
I used rollup to package the vue components,Two.vue.js are bundled
- XXX.vue.js
- XXX.vue2.js
expect behavior: bundle name no .vue and just one js file eg: XXX.js
this is my repository rollup-vue-test,you can test

@yyx990803 I need help,please