-
### Describe the bug
If you delete imports, Nuxt auto-imports do not work:
for example works:
```vue
import { useAccount, useDisconnect } from '@wagmi/vue';
const { address, chainId, …
-
**Is your feature request related to a problem? Please describe.**
Currently it's not possible to use importmaps with Vite, because vite resolves all node_modules by default. So if I would want to us…
-
### Describe the bug
When using the same Vue component in "popup" and "content UI", modifying the Vue component content will crash the popup after hot update.
### To Reproduce
[wxt-demo.zip](…
-
### Describe the bug
(See [discussion](https://github.com/vitejs/vite/discussions/8082).)
Short version:
When I try to `import { BModalComponent } from 'buefy/types/components'` in a vue2 proje…
-
### Describe the bug
After upgrading to "unplugin-auto-import": "0.15.0" from 0.14.4 I am getting:
EISDIR: illegal operation on a directory (full log listed below)
The problem goes away by usin…
-
### Qwik Version
0.12.0
### Operating System (or Browser)
macOS
### Node Version (if applicable)
_No response_
### Which component is affected?
Qwik Rollup / Vite plugin
### Expected Behaviou…
-
### Describe the bug
use `npm init vue` and them chage the `alias` from `@` to `~`,then get this error!
```js
// vite.config.ts
...
{
resolve:{
alias: {
'~': file…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
### Describe the bug
When compose from scss, scss treats as css.
```scss
// style.module.scss
.hi {
composes: foo from "./foo.module.scss"
}
// foo.module.scss
.foo {
// comment
…
-
Hey there,
we are having an issue with the version `1.1.3` of this package and a SvelteKit application.
## Works with previous version:
Yes, it used to work with the version `0.2.8`.
## S…