npm install --global create-umi
mkdir my-app
cd my-app
npm create umi # choose `ant-design-pro` and `TypeScript`
npm install
npm run start
F12 for DevToolslogin.ts, line 47Notice that the debugger is off by one line. Notice also that breakpoints cannot be placed on lines 44 and 57.

Same problem.
google waring or webpack waring?
@chenshuai2144, I don't understand your question.
Edit: I think you are asking "Is Google Chrome wrong or is webpack wrong?"
Is Google Chrome wrong or is webpack wrong?
That's right. my english is poor.
@sorrycc cc
No problem, my Mandarin is terrible! 😂
try this config https://umijs.org/config/#devtool.
use sourcemap
我也碰到了一样的问题,通过官方文档指导初始化项目,语言选择了 typesciprt。观察了下,源码与断点应该是错开了一行,

We are very concerned about this issue, but he has not responded for a long time. We will temporarily close it