We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535b184 commit 6633d9bCopy full SHA for 6633d9b
rollup.config.js
@@ -89,11 +89,7 @@ module.exports = files.map((file) => {
89
emitDeclarationOnly: true,
90
}
91
}),
92
- commonjs({
93
- namedExports: {
94
- 'react-dom/client': ['createRoot'],
95
- },
96
- }),
+ commonjs(),
97
wildcardExternalsPlugin(peerDependencies),
98
moveTypescriptDeclarationsPlugin(packageRoot),
99
],
0 commit comments