-
Hello, I'm currently on a machine where I refuse to install Node.Js, so it was an opportune moment to try out Perla.
I've played around with the `fable-feliz` sample.
I'm going to write down some …
nojaf updated
2 years ago
-
As I refer to the example of vuex provided, everything works well. But whenever I add a custom `.page.server.js`, an error of `Argument 'str' should be a string but we got 'typeof str === "undefined"'…
-
### Describe the bug
first, It works normally in `vue/cli`.
run
```
$ npm init vite@latest
$ cd vite-project
$ npm i
$ npm run dev # ok
$ npm i -S element-plus@latest
$ npm run dev # er…
Feiox updated
3 years ago
-
I want an export like `createMdxAstCompiler` but I also want to preserve the MDX syntax tree, instead of getting a HTML syntax tree back.
This is for a Vite plugin that uses the local `@mdx-js/mdx`…
-
### Describe the bug
Hi,
i'm trying to add lerna to build a monorepo everything look good autocompletion in IDE work but, when i'm running vite dev server an error occur.
Before using lerna everyth…
-
- [x] Read [the docs](https://vitejs.dev/guide/).
- [x] Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to …
-
### Describe the bug
After scaffolding a Vue app, trying to do a default import of Vue from a component fails saying that the default export is not defined for 'vue'
![image](https://user-images…
-
I don't see anything in the code related to CSP support, so I'm guessing that doesn't exist yet unless I missed it.
Sapper supports it via `%sapper.cspnonce%`: https://sapper.svelte.dev/docs#Conten…
-
### Describe the bug
`HEAD` request to Vite results in 404.
### Reproduction
Use JS below in DevTools console while inspecting running page that is being hosted by Vite.
```
fetch('https://localh…
-
- Plugin Name:
- Plugin Version: 6.1
- OS Name: Linux
- OS Version: 5.3.0-24-generic
- Java Version: 11.0.6
- App Name: CLion
- App Full Name: CLion
- Is Snapshot: false
- App Build: CL-201.6668.126
…