-
Issue Type: Bug
❗️❗️❗️ Please fill in the sections below to help us diagnose the issue ❗️❗️❗️
**TypeScript Version:** 4.8.0-dev.20220722
**Steps to reproduce crash**
1.
2.
3.
**TS Server Log**
❗️…
-
The Daisy colors aren't getting auto-installed by calling `transform('daisyui')`. As a workaround, I can do the following:
```ts
import daisyColors from 'daisyui/colors/index.js'
export defau…
-
### TuSimple/naive-ui version (版本)
2.26.0
### Vue version (Vue 版本)
3.2.31
### Browser and its version (浏览器及其版本)
Firefox 97.0.1
### System and its version (系统及其版本)
macOS 12.2
### No…
-
my vite config according [vite docs](https://vitejs.dev/guide/build.html#multi-page-app)
```js
import path from 'path'
import { defineConfig } from 'vite'
import { createVuePlugin as Vue2 } from…
-
when run the with sveltekit windicss daisyui - without diasy it works
gitpod /workspace/template-sveltekit $ npm run dev
> template-sveltekit@0.0.1 dev
> svelte-kit dev
🌼 daisyUI component…
-
https://github.com/productfrontenddeveloper/nuxt3_bug
### Environment
Nuxt CLI v3.0.0-27234155.9f06830 17:54:57
Nuxt …
-
Hey everyone.
I have this issue with my vitesse project, where a div class of `bg-[${var}]` isn't loading (or rendering?) every time.
This is my div tag:
```vue
```
![image](https://user-imag…
-
#### What roadmap is this issue about?
- [x] Frontend Roadmap
- [ ] Backend Roadmap
- [ ] DevOps Roadmap
- [ ] All Roadmaps
#### What is this issue about?
- [ ] Functionality of the we…
-
I'm trying to follow the instructions to incorporate `vite-plugin-ssr` into my existing app.
I'm using `"vite-plugin-ssr": "^0.4.0-beta.24"`
In VSCode I see this:
![image](https://user-images…
-
**Describe the bug**
I use `import 'virtual:windi.css` to import windicss
I found in Chrome DevTools
the utilities class seems to be generated many times in HMR
**Minimal Reproductions*…