-
### Describe the bug
`webpack` + `unplugin-auto-import` combination sometimes fail on parsing `.eslintrc-auto-import.json`.
From quick checks I've managed to find 2 conditions for this error…
-
Hi everyone !
I'm using vue 3 through webpack (through webpack encore, with symfony, but that shouldn't change anything, in theory) and I can't make the plugin "**unplugin-vue-components**" work and…
-
Vue 3 has this yet experimental syntax [Script Setup 'SFC Composition API Syntax Sugar'](https://github.com/vuejs/rfcs/blob/sfc-improvements/active-rfcs/0000-sfc-script-setup.md).
I'm wondering how…
-
error事件报错信息如下:
```js
TypeError: Cannot read properties of null (reading 'localName')
at index-5e7d05b0.js:82:11302
at x.foreach (index-5e7d05b0.js:82:24348)
at e.DocumentParser.pars…
-
Try using this lib, but got error:
```svelte
import { onMount } from 'svelte';
import jspreadsheet from 'jspreadsheet-ce';
import 'jspreadsheet-ce/dist/jspreadsheet.css';
// Global Variables
…
-
### Describe the bug
First of all, I want to express my gratitude to the developers for their hard work on this project. Thank you!
I'm currently using the @iconify/vue library, which exports an…
-
### Describe the bug
Hi, I'm facing an issue with the **auto-import.d.ts** file when generating files with the suffixes as: `foo.composable.ts` or `bar.helper.ts`, etc.
The problem is that the fil…
-
``` bash
WARN deprecated dmg-license@1.0.11: Disk image license agreements are deprecated by Apple and will probably be removed in a future macOS release. Discussion at: https://github.com/argv-min…
-
### Description
Vite is a great project, and it does an excellent job with code hot reloading. However, I feel that it could be more friendly towards monorepos. When I tried to depend on other packag…
-
### Describe the bug
以 webpack 为例,当前 tsup 生成的 d.ts 文件:
```ts
declare const _default: (options?: Options) => any;
export { _default as default };
```
然后我在 webpack 配置相关的脚本中(plugin.js)开启 `c…