diff options
author | kpdecker <kpdecker@gmail.com> | 2015-08-14 15:19:37 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2015-08-14 15:19:37 -0500 |
commit | 3ce04ddd23fe92796a6581b3de10658d9e7ac3c6 (patch) | |
tree | d0769084bb8d8daf1eb989f31421ec3e61588b57 /Gruntfile.js | |
parent | ea3a5a1eb6e488f8dc0189c68a6019c76ffad740 (diff) | |
download | handlebars.js-3ce04ddd23fe92796a6581b3de10658d9e7ac3c6.zip handlebars.js-3ce04ddd23fe92796a6581b3de10658d9e7ac3c6.tar.gz handlebars.js-3ce04ddd23fe92796a6581b3de10658d9e7ac3c6.tar.bz2 |
Include inline source maps in babel build
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 7bf94a9..2850a90 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -45,6 +45,7 @@ module.exports = function(grunt) { babel: { options: { + sourceMaps: 'inline', loose: ['es6.modules'], auxiliaryCommentBefore: 'istanbul ignore next' }, |