From ddc6fcceb8004b27524e0594b50ee4afce1aeda8 Mon Sep 17 00:00:00 2001 From: Joey Baker Date: Wed, 28 Sep 2016 21:16:17 -0700 Subject: [PATCH] Chore (build) set sourcemaps to inline This ensures that node can read the sourcemaps and provide useful stacktraces --- .babelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index 455797a..dbcf8f2 100644 --- a/.babelrc +++ b/.babelrc @@ -10,5 +10,5 @@ "transform-decorators-legacy", "transform-es2015-modules-commonjs" ], - "sourceMaps": true + "sourceMaps": "inline" }