Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit aedaf05

Browse files
committed
still emit source maps for node debugger
1 parent 0c57d72 commit aedaf05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node-es-module-loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ NodeESModuleLoader.prototype[RegisterLoader.instantiate] = function(key, metadat
9191
filename: key + '!transpiled',
9292
sourceFileName: key,
9393
moduleIds: false,
94-
sourceMaps: true,
94+
sourceMaps: 'both',
9595
plugins: [require('babel-plugin-transform-es2015-modules-systemjs')],
9696
extends: loader.rcPath
9797
});

0 commit comments

Comments
 (0)