Replies: 1 comment 1 reply
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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