diff --git a/app/templates/Gruntfile.js b/app/templates/Gruntfile.js index 6e7f3cb4..9c7ef5b9 100644 --- a/app/templates/Gruntfile.js +++ b/app/templates/Gruntfile.js @@ -169,6 +169,9 @@ module.exports = function (grunt) { // Compiles ES6 with Babel babel: { + options: { + sourceMap: true + }, dist: { files: [{ expand: true,