We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
系统环境: win11 node : v20.12.0 "@umijs/max": "^4.3.34",
开发动态路由时 const element = component ? LazyLoadable(React.lazy(() => import(@/${component}))):undefined; 会导致 ╭─[src?context&glob=**/*&async:9:1]
@/${component}
有没有解决方案
The text was updated successfully, but these errors were encountered:
我这边也遇到过,相同的项目,mac下没问题,windows下面就报这个错误,不理解这么明显的问题为啥不修复,阿里的都不使用Windows电脑做开发么
Sorry, something went wrong.
No branches or pull requests
系统环境: win11
node : v20.12.0
"@umijs/max": "^4.3.34",
开发动态路由时
const element = component ? LazyLoadable(React.lazy(() => import(
@/${component}
))):undefined;会导致 ╭─[src?context&glob=**/*&async:9:1]
有没有解决方案
The text was updated successfully, but these errors were encountered: