SystemJS
SystemJS是模块加载器。
使用SystemJS Build Tool生成Source Map:
builder.bundle('myModule.js', 'outfile.js',
{
minify: true,
sourceMaps: true
});
- sourceMapContents选项可以指定是否将源码写入Source Map文件
SystemJS是模块加载器。
使用SystemJS Build Tool生成Source Map:
builder.bundle('myModule.js', 'outfile.js',
{
minify: true,
sourceMaps: true
});