Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
Merge pull request #563 from richardwestenra/babel2
Browse files Browse the repository at this point in the history
Add Babel sourcemap
  • Loading branch information
sindresorhus committed Jun 29, 2015
2 parents df96d62 + 54b2604 commit 50a033a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ module.exports = function (grunt) {

// Compiles ES6 with Babel
babel: {
options: {
sourceMap: true
},
dist: {
files: [{
expand: true,
Expand Down

0 comments on commit 50a033a

Please sign in to comment.