MuYunyun/create-react-doc

本地支持调试源码

Closed this issue · 1 comments

image

  • eval-cheap-module-source-map
    • 优点: 可以看到源码
    • 缺点: 无法调试

image

  • eval-cheap-source-map
    • 缺点: 看到的为非真实的源码

image

  • eval-source-map
    • 优点: 可以看到源码,也可以调试

image

  • eval
    • 没有生成额外的映射文件。

image

link

The maintainers of this repository would appreciate it if you could provide more information.