webpack4-SourceMap

sourcemap他是一个映射关系 在devtool配置

source-map

  • inline-source-map 在main.js后边追加base64格式的代码
  • cheap-source-map 只要行不要列、只管业务代码不管第三方
  • cheap-module-source-map 加上第三方
  • eval-source-map 性能快、不太全面
    常用:cheap-module-eval-source-map
    线上:cheap-module-source-map
上一篇:视图在SQL中的作用是什么,它是怎样工作的?


下一篇:Win10系统怎样让图片的打开方式为照片查看器?