Skip to content

Commit 122e228

Browse files
committed
minor #734 Drop deprecated namedExports option (bocharsky-bw)
This PR was merged into the 2.x branch. Discussion ---------- Drop deprecated namedExports option | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Tickets | Fix #733 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Features and deprecations must be submitted against branch main. --> Commits ------- 6633d9b Drop deprecated namedExports option
2 parents 225d451 + 6633d9b commit 122e228

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)