vite icon indicating copy to clipboard operation
vite copied to clipboard

⚡ Vite Experience with Nuxt 2

Results 74 vite issues
Sort by recently updated
recently updated
newest added

### Versions nuxt-vite: v0.0.36 nuxt: v2.15.3 ### Reproduction in this case I'm using library @nuxtjs/dayjs, and I implement the library according to the existing guide on normally condition it's run...

bug

### Versions nuxt-vite: `v0.0.36` nuxt: `v2.15.4` ### Reproduction https://github.com/kissu/nuxt-vite-test-setup ### Description So, I've created a brand fresh Nuxt project with `npx create-nuxt-app nuxt-vite-test-setup`, here is the entire setup: ![image](https://user-images.githubusercontent.com/5133074/114482081-3782fc00-9c06-11eb-81f0-daec56c425a5.png) I...

bug

Adding nuxt-apollo to a barebones nuxt project with nuxt-vite results in the "requested module does not provide an export named default" error for vue-cli-plugin-apollo `Uncaught SyntaxError: The requested module '/@fs/.../nuxt-vite-apollo/node_modules/.cache/vite/client/vue-cli-plugin-apollo_graphql-client_src.js?v=53b7a7f9'...

enhancement
module

### Versions nuxt-vite: v0.0.36 nuxt: v2.14.12 ### Reproduction [https://github.com/Okirshen/formaster-bug](repo) ### Description I started a new nuxt project with SSR, PWA, and vite. after adding vite tailwind stopped working nuxt.config.js ```javascript...

bug

### Is your feature request related to a problem? Please describe. It doesn't look like there's a way to provide a different Vite config depending on if server or client...

documentation
enhancement
workaround-available

When the graphql file loads on the server run console it says please fix this problem. ERROR [rollup-plugin-dynamic-import-variables] Unexpected token (1:6) 12:36:18 ERROR file: {pathProject}/graphql/categories/queries/categoryAll.graphql:1:6 12:36:18 ERROR Unexpected token (1:6)...

bug

### Versions nuxt-vite: 0.0.36 nuxt: 2.16.0-26932357.0a988668 (nuxt-edge) ### Reproduction https://codesandbox.io/s/nifty-jones-p9kqf?file=/components/Logo.vue ### Description Had an issue with SVG imports from tags, tried to resolve it using: ``` vite: { publicDir: resolve(__dirname,...

bug

it says in the documentation that vue-composition api is compatible... not sure why I am getting this error.

needs-reproduction

Versions nuxt-vite: v0.0.32 nuxt: v2.15.3 Reproduction 1- create nuxt app 2- put external script in static folder then add external js in nuxt.config.js ``` head: { title: 'test', htmlAttrs: {...

bug

### Versions nuxt-vite: 0.0.28 nuxt: 2.15.2 ### Description There's ws call even when there's hmr:false. This makes it hard to deploy behind reverse proxy with redirects. Tried everything (setting port...

feature