vite-plugin-vue2
vite-plugin-vue2 copied to clipboard
Vue2 plugin for Vite
HMR with TailwindCSS 2 in JIT mode, Vite 2, Vue 2 doesn't work correctly (styles are not updated). Demo: https://user-images.githubusercontent.com/22997803/138445184-fccf6ec9-54c1-4c9c-95ce-539a567bb343.mp4 Reproduction repo: - Vue 2 (doesn't work) - https://github.com/hivokas/hmr-issue-tailwind-2-jit/tree/vue-2 -...
> This is the packaged sourcemap file  --- > Here is my source file 
## vite.config.js ```js import { defineConfig } from "vite"; import path from 'path'; const { createVuePlugin } = require("vite-plugin-vue2"); const config = defineConfig({ resolve: { alias: [{find: '@', replacement: path.resolve(__dirname,...
Is there any chance that we can support this for Vue 2? https://twitter.com/youyuxi/status/1439304854028029953
I am using the plugin and it works great if I order my SFCs with template followed by script tags. If I reverse this order, the generated source has one...
I have one component, which include two SFC file, and they both include a common SCSS file ```html ``` And I bundled this component as `"lib"`, I also use `cssCodeSplit:...
**The source code:**  **The problem is :**  So affectedModules also does not include the JSX file
Why is `lang="scss"` always exported to a css file and how can i change it to be inlined in the js file? This has been bothering me for the last...
Hi! Does this plugin supports `vite` multipage scenario? I cannot get it to work in any case.