Skip to content

Commit 9334ed0

Browse files
committed
Fix cjs builds for some packages
1 parent d63345a commit 9334ed0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/rollup-config/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export default ({
3737
},
3838
format: 'cjs',
3939
exports: outputExports,
40+
interop: 'esModule',
4041
},
4142
],
4243
external,

0 commit comments

Comments
 (0)