From dc117a74aef813ab8b3b59524482e535e9f39524 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 8 Mar 2015 04:29:48 +1100 Subject: [PATCH] both -> inline - thanks @dkieks --- 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 593f857115..bfb873d10b 100644 --- a/src/babel/transformation/file.js +++ b/src/babel/transformation/file.js @@ -534,7 +534,7 @@ export default class File { result.code += "\n" + convertSourceMap.fromObject(result.map).toComment(); } - if (opts.sourceMap === "both") { + if (opts.sourceMap === "inline") { result.map = null; }