Skip to content

Commit

Permalink
Change default for 'Transpile on Save' to false. Closes #64
Browse files Browse the repository at this point in the history
  • Loading branch information
gandm committed Sep 12, 2015
1 parent e0e7ff8 commit 43243a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports =
transpileOnSave:
type: 'boolean'
default: true
default: false
order: 10
disableWhenNoBabelrcFileInPath:
description: 'Suppress transpile when no .babelrc file is in source file path'
Expand Down

0 comments on commit 43243a9

Please sign in to comment.