-
Hi,
I am using Nuxt 3 and vite for my project. I got an error during the build stage as Vite does not omit vue extension in node_modules:
` ERROR [nuxt] [request error] [unhandled] [500] Unkno…
-
export { default as Router } from "./Router.svelte";
^^^^^^
SyntaxError: Unexpected token 'export'
at Object.compileFunction (node:vm:360:18)
at wrapSafe (node:internal/modules/cjs/loade…
-
### Describe the bug
I have a pretty simple vite + svelte@5 setup with SSG through a prerender.js script. When I run the script I see svelte encodes some of the "
-
### Describe the bug
I'm importing locales from date-fns like this: `import { enGB, es, de } from "date-fns/locale";` in my code.
It worked fine with vite 4.2.x, but both 4.3.0 and 4.3.1 replace t…
-
### Describe the bug
When I have a component which includes function overloading (inside ``):
```
export function test(
type: 'test',
props: {test: number}
): void;
export function test(…
-
### What happened?
when I have created an browser extension project with Quasar BEX Mode, I have to reload the builded extension files everytime I made some modification to the app, this work is very…
-
### Environment
```BASH
------------------------------
- Operating System: `Linux`
- Node Version: `v16.19.1`
- Nuxt Version: `3.3.1`
- Nitro Version: `2.3.2`
- Package Manager: `np…
-
### What is the problem this feature would solve?
I would like to propose improvements to the `bun run --watch` command in order to make it more versatile and applicable to a wider range of use cases…
-
### Describe the bug
Hi,
Trying to use useQuery with preact + vite and cannot run tests because of error
TypeError: Cannot read properties of null (reading 'useEffect')
Tried to apply differen…
-
### What happened?
When I run quasar build and its will failed with error message(I set dist dir in project root/dist)
There is package
```
/@quasar/app-vite/lib/modes/electron/electron-builder.…