vite-plugin-vue2 icon indicating copy to clipboard operation
vite-plugin-vue2 copied to clipboard

Vue2 plugin for Vite

Results 45 vite-plugin-vue2 issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/23164664/138209354-b099fa0c-ea20-4df2-8d4b-0f2310baddd4.png) --- > Here is my source file ![image](https://user-images.githubusercontent.com/23164664/138209434-a20076ca-bde4-4ba1-99d5-b8dc77cda139.png)

## 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,...

need reproduction

Is there any chance that we can support this for Vue 2? https://twitter.com/youyuxi/status/1439304854028029953

enhancement

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:...

bug

**The source code:** ![image](https://user-images.githubusercontent.com/57122446/120174649-e5d71500-c237-11eb-966f-3fa28dd40d35.png) **The problem is :** ![image](https://user-images.githubusercontent.com/57122446/120174174-60536500-c237-11eb-8675-12cc419d37f5.png) So affectedModules also does not include the JSX file

enhancement

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.