Provide a mini GitHub repository which can reproduce the issue. Use yarn create @umijs/umi-app then upload to your GitHub
请使用 yarn create @umijs/umi-app 创建,并上传到你的 GitHub 仓库
How To Reproduce
Steps to reproduce the behavior: 1. 2.
1 mkdir umi-app
2 npm init -y
3 yarn add -D umi @umijs/preset-react
What happens?
singular 为 true 居然会导致
也即 设置 pages 目录名 为单数单数 page
"export 'connect' was not found in 'umi'
Mini Showcase Repository(REQUIRED)
How To Reproduce
Steps to reproduce the behavior: 1. 2. 1 mkdir umi-app 2 npm init -y 3 yarn add -D umi @umijs/preset-react
4
5 创建一个 model
在一个页面引用
tsconfig
运行项目 终端就会输出
Expected behavior 1. 2.
Context