Skip to content

Commit 0c71336

Browse files
committed
Exclude jest-matcher-utils from lazy imports
1 parent 1356d02 commit 0c71336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"transform-es2015-parameters",
77
"transform-async-to-generator",
88
"transform-strict-mode",
9-
["transform-inline-imports-commonjs", {"allowTopLevelThis": true}]
9+
["transform-inline-imports-commonjs", {"allowTopLevelThis": true, "excludeModules": ["jest-matcher-utils"]}]
1010
],
1111
"retainLines": true
1212
}

0 commit comments

Comments
 (0)