vite-plugin-vue
vite-plugin-vue copied to clipboard
Vite Vue Plugins
### Description Sometimes when you import same css (not scoped) file between multiple sfc's you get error while build #5977, #8660 `[vite:vue] Cannot read properties of undefined (reading 'scoped')` It...
### Describe the bug In vite.config.js, I configured path aliases using resolve.alias. When using: ``` { find: /^\$\/(.*)/, // Matches `$/xxx` replacement: fileURLToPath(new URL('./src/path1/$1', import.meta.url)), } ``` Both dev and...
### Related plugins - [x] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug I am using `@unocss/transformer-directives` in my css, `@screen` specifically. Ligntninhcss is complaining about `@screen` I have...