-
### Describe the bug
Running `vite` in a standard vite Vue project (created with `yarn create vite`) with Vite updated to 2.7.0-beta.8 results in the following runtime error:
```
[Vue warn]: inje…
-
I'm wondering how I might be able to go about adding the TOC in a different location from the content.
I'm using Vue/Nuxt for my website, and have a repeater for my content (some markdown, some other…
-
This project seems promising, but it is not clear how to use it from the examples. When I see something about html templates, I look for some way of passing options to the template, but I cannot see h…
-
Hi! When using the React plugin (`@vitejs/plugin-react`) with Vite one also gets the React Refresh plugin (`@vitejs/plugin-react-refresh`) which expects some HTML to be injected, mentioned in the docs…
-
### Describe the bug
I attempted to update from vite 2.6.x to 2.7.0 beta, and my tests began to fail with:
```
TypeError: _interopRequireDefault3 is not a function
at node_modules/@testi…
IanVS updated
2 years ago
-
## Describe the bug
Suppose you have a React component like this:
**`_includes/components/Test/index.jsx`**
```jsx
import styles from './styles.css';
const Test = () => ;
```
with this CS…
-
### Describe the bug
Hi, I'm having a problem where the `vite build` command correctly builds my project, but the `vite` command fails to start it.
```
> src/index.js:37:4: error: Unexpected "
-
Hi @antfu
Does our unocss supports lit web components. I have tried using unocss with lit but unocss is unable to update the styles.
Please guide me how can we use unocss with lit.
thanks.
-
Hi, as soon I enable your plugin I get syntax errors on JSX syntax.
This is my config:
```
export default defineConfig(({ mode }) => {
const env = loadEnv(mode, 'env'); // reuse vite's env p…
-
**Is your feature request related to a problem? Please describe.**
At that time slinkity lacks of `PostCSS` support.
I know _sass_ supports a huge amount of things, but this is not the only solutio…