-
### Describe the bug
Vite `config.build` object missing `assetsInlineLimit` property from `vite.config.ts` when building Storybook.
vite.config.ts:
```typescript
import { defineConfig } from '…
-
### What is the location of your example repository?
Use getting started defaults
### Which package or tool is having this issue?
Oxygen
### What version of that package or tool are you using?
…
-
### Describe the bug
When creating a page with streamed responses in the load, whether it is in a parent layout or the page itself, the page will always return a 200 regardless of errors thrown.
…
-
Hello
I've this warning using react-dsfr in my Remix project (here: https://github.com/betagouv/zacharie/tree/24f0594140d20aa8d93f271947c8dd62fdb83112)
I have no clue how to try and fix it...
…
-
You wouldn’t have to deal with the hassle of manually adding the icons you’re going to use in the vite.config.js.
Even if your library has millions of icons, all of them would be available during d…
-
https://deno.land/manual@v1.30.0/node/how_to_with_npm/react
I followed the documentation, deno showed a syntax error
`Relative import path "react" not prefixed with / or ./ or ../deno(import-prefi…
-
This error occurs only in version 0.0.53: 0.0.52 and lower are fine.
I use Vite and no custom config.
Full stack:
```
Error: Failed to scan for dependencies from entries:
/my/project/inde…
-
Running in vue-vite or react-vite in offical samples, but hanging and no error. If i use single thread, it works. Why for multi threads?
Stream #0:0 -> #0:0 (indeo4 (native) -> h264 (libx264))
…
-
Error: ``SyntaxError: Expecting Unicode escape sequence \uXXXX (1:1)``
Happens when using the @vitest/coverage-istanbul coverage provider. V8 Does work (but i have never been able to create accurat…
-
`vite.config.js`
```
export default defineConfig({
plugins: [
vue(),
viteStaticCopy({
targets: [
{
src: 'node_modules/@ricky0123/vad-web/dist/vad.worklet.…