-
### Describe the bug
Currently, WXT uses `c12` (and `c12` uses `jiti` internally) to load the `wxt.config.ts` file, but it is loaded as CJS.
This causes Vite 5's CJS warning to show up when imp…
-
When I start Docker and run:
```
docker run -it --rm -p 8080:8080 -v $(pwd):/src --entrypoint bash \
--platform linux/amd64 node:21.7.2-bookworm-slim
cd /src
npm install
npm run serve
```
…
-
### Reporting a bug?
I've added this to my `vue.config.js`:
```
const path = require('path');
const VueI18nPlugin = require('@intlify/unplugin-vue-i18n/webpack');
module.exports = {
config…
-
您好,我们在将 Vue CLI 项目改成 Vite 项目,使用了您开发的 import-meta-loader,发现还挺方便的。
后来有人添加了 JSX 插件后,就无法启动。这里我实现一个示例:https://stackblitz.com/edit/vitejs-vite-7ktpnq。
请教下几个问题:
- import-meta-loader 能否配置出支持兼容 import-meta-…
-
以下VITE_CJS_TRACE環境変数をつけて実行した例
```console
$ VITE_CJS_TRACE=true yarn dev
yarn run v1.22.21 …
-
### 版本
2.0.33
### 转载链接
[www.uviewui.com](https://www.uviewui.com/components/quickstart.html)
### 重现步骤
1、新建项目用过uni-ui
2、通过npm导入uview
3、按照官网配置
4、在index.vue 编写 https://www.uvie…
-
打包时报错
ERROR Failed to compile with 1 error …
-
### Description
I created new project. Installed
npm i @unhead/vue
npm install vue-recaptcha@next
write
import { createApp } from 'vue'
import { VueRecaptchaPlugin } from 'vue-recaptcha'
imp…
0xAF4 updated
5 months ago
-
I make
git clone ...
npm i
npm run dev
after this I see in console:
Build 8d164d finished in 158 ms! (http://localhost:8080/)
but I have empty page in browser in http://lo…
-
**Context:**
- Browser Brave
- Browser-version: Versión 1.71.104 Chromium: 129.0.6668.89 (Build oficial) beta (64 bits)
- Schedule-X version: 2.3.0
- Vue 3.5.10
**Describe the bug**
After up…