Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 118cd61

Browse files
committed
fix: cjs bundle
1 parent 80a3eb7 commit 118cd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ignore": ["**/*.test.js", "**/__mocks__/**"]
1010
},
1111
"cjs": {
12-
"plugins": [["@babel/transform-modules-commonjs", { "noInterop": true }]],
12+
"plugins": [["@babel/transform-modules-commonjs"]],
1313
"ignore": ["**/*.test.js", "**/__mocks__/**"]
1414
},
1515
"test": {

0 commit comments

Comments
 (0)