Closed ISBN9527 closed 3 years ago
node_modules/@umijs
下有 runtime 目录吗?直接配置mfsu:{},安装@umijs/runtime后还是报错,用的yarn
没解答第二个问题,另外给个复现?
node_modules/@umijs
没有runtime目录
复现地址https://github.com/ISBN9527/test
复现地址
https://github.com/ISBN9527/test
我拉下来跑了一下,没有出错,建议删除 node_modules 和 .umi 后重试
@ISBN9527 yarn -v 看下是啥?
yarn -v // output 1.22.10
yarn.lock 贴出来看下?
太大了,贴不出来
好了,复现地址里就有yarn.lock
复现地址
https://github.com/ISBN9527/test
我拉下来跑了一下,没有出错,建议删除 node_modules 和 .umi 后重试
在升级之前项目运行是ok的,删除node_modules及.umi后能跑起来了,但是项目页面出不来
复现了。
收到
@sorrycc 升级后退出到首页报这样的错
看起来是 dayjs 插件的问题。
确实是antd-dayjs-webpack-plugin和dayjs插件引起的,删了这两个就好了
疑问
umi 啥版本?beta.9 应该没这个了吧,依赖编译不生成 sourcemap。
确实是beta.9
疑问
- 为啥那么多warning呢
看起来是因为 map 文件没有找到,导致返回了 html,建议删了 .umi,重新启动一下
怎么删除都没用,都会出现这一堆warning
What happens?
升级umi至3.5.0-beta.8开启mfsu出错 在antd-pro使用mfsu
mfsu: { includes: [ 'rc-util/es/hooks/useMergedState', 'swagger-ui-react', 'moment', 'moment/locale/*', 'events', 'lodash', '@ant-design/pro-layout/es/PageLoading', 'antd/es/locale/*', 'querystring', ], redirect: { '@umijs/plugin-request/lib/ui': { message: 'antd', notification: 'antd', }, }, },
报错日志
Validate config "mfsu" failed, "includes" is not allowed
还是在antd-pro,如果直接开启mfsu:{}会报如下错误
Context