From a289dfbbab4a173579ded162b40aed58f383eb1d Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 21 Jul 2016 09:10:58 +0100 Subject: [PATCH] The config name is sourceMaps not sourceMap (#3588) --- packages/babel-register/src/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-register/src/node.js b/packages/babel-register/src/node.js index c786f3dccd..a1307b77ba 100644 --- a/packages/babel-register/src/node.js +++ b/packages/babel-register/src/node.js @@ -69,7 +69,7 @@ function compile(filename) { // Do not process config files since has already been done with the OptionManager // calls above and would introduce duplicates. babelrc: false, - sourceMap: "both", + sourceMaps: "both", ast: false })); }