Skip to content

Commit

Permalink
Disabled source maps for faster Babel runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Ekberg committed Apr 20, 2017
1 parent 67f7d04 commit 31819e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/compiler/compiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
DefaultOpts = map[string]interface{}{
"presets": []string{"latest"},
"ast": false,
"sourceMaps": true,
"sourceMaps": false,
"babelrc": false,
"compact": false,
"retainLines": true,
Expand Down

0 comments on commit 31819e6

Please sign in to comment.