Skip to content

Commit 8486898

Browse files
committed
fix react config
1 parent 4da754a commit 8486898

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/react/rollup.npm.config.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
import { makeBaseNPMConfig, makeNPMConfigVariants } from '../../rollup/index.js';
22

3-
export default makeNPMConfigVariants(makeBaseNPMConfig());
3+
export default makeNPMConfigVariants(
4+
makeBaseNPMConfig({
5+
esModuleInterop: true,
6+
}),
7+
);

0 commit comments

Comments
 (0)