根据gulp-sourcemaps
描述,可以将loadMaps: true
选项传递给它。
文档说此"加载现有源地图",但这到底是什么意思?
这些"现有"地图应该在哪里?这些文件是否已经从以前的任务运行中生成?这是否意味着如果这些目的地福德勒中存在,则不会重新生成?
另外,如何确定是否应该使用此选项,或者是否可以安全地忽略它?
在您链接的描述中稍稍向下:
init选项
loadMaps
设置为true以加载源文件的现有地图。支持以下内容:
1. inline source maps 2. source map files referenced by a `sourceMappingURL=` comment 3. source map files with the same name (plus .map) in the same directory