webpack 中的 sourcemaps 有什么区别

What is the difference between sourcemaps in webpack

Webpack 中的“inline -source -map”和“source -map”有什么区别?

第一个是(惊喜!)内联的,这意味着它包含在生成的 .js 文件中。后者将其写入一个单独的文件。有关详细信息,请参阅 the documentation