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

Hi, How to import stylus file and use alias with nuxt-vite, I upgrade nuxt with nuxt-vite and have read and check other issues but it doesn't works ~ ### Versions...

bug

### Versions "nuxt-vite": "^0.1.1", "nuxt": "2.15.7" I'm using docker compose to build my app and deploy to an EC2 instance. In dev mode and using nuxt start everything works fine...

bug

### Versions nuxt-vite: 0.2.4 nuxt: 2.15.7 ### Reproduction https://codesandbox.io/s/xenodochial-tamas-x4985?file=/nuxt.config.js ### Description I add nuxt typed vuex to my project, it work so well in normal mode, but when i install...

bug

ℹ Vite warmed up in 9792ms 22:53:25 WARN [SSR] Error transforming /gql/queries/subproject_sector.gql: SyntaxError: Unexpected token (1:6) ### Versions nuxt-vite: v0.3.4 nuxt: v2.15.8 ### Reproduction ### Description

bug

For some reason my app tries to load `_nuxt/empty.js` when `nuxt-vite` is activated. This doesn't happen when the app is loaded without nuxt-vite activated. When I create an empty `empty.js`...

enhancement

### Versions nuxt-vite: 0.2.4 nuxt: 2.15.8 ### Reproduction Adding a `` block [(see Usage)](https://github.com/nuxt-community/router-extras-module#usage) in any .vue component causes an error when running `yarn dev`. No issues with Vue 2...

bug

In Rollup recently an important change was made to solve issues with named export and default exports. See [https://github.com/rollup/rollup/pull/4182](https://github.com/rollup/rollup/pull/4182) The most important change is that default exports are now always...

bug
needs-reproduction

### Versions nuxt-vite: v0.1.1 nuxt: v2.15.7 ### Reproduction Tbd ### Description If using `vite.base` option, the build will get broken. But it isn't required as files are properly generated and...

bug

### Versions nuxt-vite: ^0.1.1 nuxt: ^2.16.0-27074898.35c6ac41 nuxtjs/apollo: ^4.0.1-rc.5 ### Description I added the apollo module and want to load the client config from a file: ``` modules: [ "@nuxtjs/apollo", ],...

module

### Versions nuxt-vite: 0.1.0 nuxt: 2.15.6 ### Reproduction https://codesandbox.io/s/nuxt-vite-worker-wp24x?file=/assets/my-worker.ts ### Description Display "self is not defined", I don`t know why and It looks like easy to using from the [Vitejs...

bug