Skip to content
/ jest Public
forked from jestjs/jest

Commit

Permalink
Exclude jest-matcher-utils from lazy imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jun 13, 2017
1 parent 1356d02 commit 0c71336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"transform-es2015-parameters",
"transform-async-to-generator",
"transform-strict-mode",
["transform-inline-imports-commonjs", {"allowTopLevelThis": true}]
["transform-inline-imports-commonjs", {"allowTopLevelThis": true, "excludeModules": ["jest-matcher-utils"]}]
],
"retainLines": true
}

0 comments on commit 0c71336

Please sign in to comment.