Skip to content

Commit

Permalink
Default to persistent caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Mar 10, 2017
1 parent 647aa9c commit ab4eac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -31,6 +31,7 @@ function Babel(inputTree, _options) {
}

var options = _options || {};
options.persist = 'persist' in options ? options.persist : true;
Filter.call(this, inputTree, options);

delete options.persist;
Expand Down

0 comments on commit ab4eac8

Please sign in to comment.