Replies: 1 comment
-
I stuck with the same issue building shared components library. Also I'm looking for a way to keep css file import in result file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Related plugins
plugin-vue
plugin-vue-jsx
Describe the bug
I use this vite config
I want to output
HelloWorld.vue
to the/components/helloworld.js
file.But got the following files, It contains
HelloWorld.vue.js
andHelloWorld.vue2.js
,how to comple into one
HelloWorld.js
fileReproduction
https://stackblitz.com/edit/vitejs-vite-zktjzh?file=vite.config.js
Steps to reproduce
npm run build
System Info
Used Package Manager
npm
Logs
No response
Validations
Beta Was this translation helpful? Give feedback.
All reactions