Skip to content

Commit

Permalink
only register for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Oct 1, 2016
1 parent bf89252 commit ccbaa2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/babel-register.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ if (babel.plugins) {
register(babel);
register({
extensions: [".js"],
only: 'packages/*/test',
babelrc: false,
compact: true,
});

0 comments on commit ccbaa2e

Please sign in to comment.