Chore (build) set sourcemaps to inline

This ensures that node can read the sourcemaps and provide useful
stacktraces
This commit is contained in:
Joey Baker 2016-09-28 21:16:17 -07:00
parent f403e214a9
commit ddc6fcceb8

View File

@ -10,5 +10,5 @@
"transform-decorators-legacy",
"transform-es2015-modules-commonjs"
],
"sourceMaps": true
"sourceMaps": "inline"
}