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

Vite plugin for Vue 2.7

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

When looking at your package in vue ui it does not show current version and thinks that there is an update, when in fact I am on the latest version...

Hi, I'm experiencing a strange issue. Whenever I use `default` as class prop or even as a string like `defaultSomething` in a JS-comment in my .vue-files, the following error shows...

Hi, I'm trying to migrate from Laravel Mix to Vite, and I encouter an issue about vite-plugin-vue2. When I'm running `vite build`, the CLI returns this error : > vite...

Same with https://github.com/vitejs/vite/pull/8994.

This test was not working for me and it was failing from 1.0.0. When this component is not commented out, `` is shown twice instead of `` and `` with...

This PR upgrades vite to v3. Also includes changes from `@vitejs/plugin-vue`.

Could we consider exposing some [additional metadata](https://rollupjs.org/guide/en/#custom-module-meta-data) on the .vue file that includes what scripts/stylesheets/templates were extracted from the SFC? My use case would be for writing a plugin to...

``` 9:06:40 PM [vite] Internal server error: Cannot overwrite across a split point Plugin: vite:vue2 File: /Users/alex/Developer/feedback-loop/the-ocean/reef/src/components/NoUISlider.vue at MagicString.overwrite (/Users/alex/Developer/feedback-loop/the-ocean/reef/node_modules/vue/node_modules/@vue/compiler-sfc/dist/compiler-sfc.js:2362:11) at /Users/alex/Developer/feedback-loop/the-ocean/reef/node_modules/vue/node_modules/@vue/compiler-sfc/dist/compiler-sfc.js:8182:15 at Array.forEach () at Object.rewriteDefault (/Users/alex/Developer/feedback-loop/the-ocean/reef/node_modules/vue/node_modules/@vue/compiler-sfc/dist/compiler-sfc.js:8180:9) at genScriptCode...