From bb26183b44f3f582b32784a455abf2d4393543fb Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 13 Mar 2015 13:14:17 +1100 Subject: [PATCH] set `inputSourceMap` to `null` by default --- src/babel/transformation/file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/babel/transformation/file.js b/src/babel/transformation/file.js index 5054d7bdcd..c4a9cf7b34 100644 --- a/src/babel/transformation/file.js +++ b/src/babel/transformation/file.js @@ -139,7 +139,7 @@ export default class File { returnUsedHelpers: false, externalHelpers: false, auxilaryComment: "", - inputSourceMap: false, + inputSourceMap: null, experimental: false, reactCompat: false, playground: false,