标签: typescript create-react-app source-maps
我写了一个带有打字稿的npm模块。我已经设定 "sourceMap": true, "module": "commonjs"。 我通过npm link在create-react-app中使用该模块。 当我想调试npm模块时,无法识别源映射。 我怎样才能让它发挥作用?
"sourceMap": true, "module": "commonjs"
npm link