Closed
Description
I mean https://github.com/vitejs/vite, which is backended by rollup. Of course, I can use the packed .js & .css normally.
But it is not even possible to just import WaveUI from 'wave-ui/src/wave-ui'
on vite. It looks like vite can not resolve component without .vue
.
Or maybe support customization without a deep path include(which is not encouraged by vite)? Maybe by the syntax sugar in vuejs/rfcs#182, css variables.
EDIT: BTW, nice project. I found it well-considered on many details.