vite
vite copied to clipboard
⚡ Vite Experience with Nuxt 2
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...
### 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...
### 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...
ℹ 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
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`...
### 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...
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...
### 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...
### 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", ],...
### 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...