Skip to content

Commit 6633d9b

Browse files
committed
Drop deprecated namedExports option
1 parent 535b184 commit 6633d9b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

rollup.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,7 @@ module.exports = files.map((file) => {
8989
emitDeclarationOnly: true,
9090
}
9191
}),
92-
commonjs({
93-
namedExports: {
94-
'react-dom/client': ['createRoot'],
95-
},
96-
}),
92+
commonjs(),
9793
wildcardExternalsPlugin(peerDependencies),
9894
moveTypescriptDeclarationsPlugin(packageRoot),
9995
],

0 commit comments

Comments
 (0)