bug: build(father-build) got "TypeError: Cannot read property 'replace' of undefined"
Versions
- dumi: 1.0.37
- father-build: 1.19.1
- node: 10.16.3
- npm: 6.9.0
- OS: mac os
Steps to reproduce
- yarn create @umijs/dumi-app
- lerna create two packages
- npm run build
What is Expected?
success
What is actually happening?

@umijs/create-dumi-app use to create a site application, you can use @umijs/create-dumi-lib if you want to build a library
it does not work
this is my config

Looks like well, it would be better if there has a reproduce repo, and I will transfer this issue to the father repo.
我也遇到同样的问题
遇到同样的问题,很容易复现,yarn create @umijs/dumi-app --site 然后build就会遇到。
@PeachScript 我也是遇到同样的问题,怎么处理呢?

the same problem

我是打包umd时报的这个错误,后来发现是src目录下没有入口文件导致的,我加了入口文件就解决了