We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da754a commit 8486898Copy full SHA for 8486898
packages/react/rollup.npm.config.js
@@ -1,3 +1,7 @@
1
import { makeBaseNPMConfig, makeNPMConfigVariants } from '../../rollup/index.js';
2
3
-export default makeNPMConfigVariants(makeBaseNPMConfig());
+export default makeNPMConfigVariants(
4
+ makeBaseNPMConfig({
5
+ esModuleInterop: true,
6
+ }),
7
+);
0 commit comments