alibaba / rax

🐰 Rax is a progressive framework for building universal application. https://rax.js.org
Other
7.99k stars 627 forks source link

[BUG] <编译不了> #2374

Open ethan897 opened 1 year ago

ethan897 commented 1 year ago

⌨️

Where is the bug from?

Rax App

Minimal code and steps to reproduce the bug

1

如图所示 之前都可以运行,不知道为什么突然运行不了了。命令 run start 编译后,就卡在这里,报2条黄色的警告

Current and expected behavior

正常运行

Environment

rax1.1.0 web 编译 chrome 运行

build.json

{ "targets": [ "web", "miniapp", "wechat-miniprogram" ], "webpack5": true, "plugins": [ "build-plugin-fusion-mobile" ], "devPublicPath": "http://127.0.0.1:8080/", "publicPath": "/ieVideo/", "eslint": true, "so

Possible solution

No response

Additional context

No response