diff options
author | kpdecker <kpdecker@gmail.com> | 2015-12-14 02:52:38 -0600 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2015-12-14 02:52:38 -0600 |
commit | 9a94d1771f8fab4a07c9cd11876203814590c1f9 (patch) | |
tree | 306c0293bbed57f0c929fb741f0e85324e88512a /Gruntfile.js | |
parent | 164f1c13f7e6965c103b4b7bc64844f300acd539 (diff) | |
download | handlebars.js-9a94d1771f8fab4a07c9cd11876203814590c1f9.zip handlebars.js-9a94d1771f8fab4a07c9cd11876203814590c1f9.tar.gz handlebars.js-9a94d1771f8fab4a07c9cd11876203814590c1f9.tar.bz2 |
Restore babel compile options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 73c5215..25855ac 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -44,6 +44,11 @@ module.exports = function(grunt) { }, babel: { + options: { + sourceMaps: 'inline', + loose: ['es6.modules'], + auxiliaryCommentBefore: 'istanbul ignore next' + }, cjs: { options: { modules: 'common' |