We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65b91c commit c6131e5Copy full SHA for c6131e5
src/util/createWebpackConfig.ts
@@ -216,6 +216,11 @@ export async function createWebpackConfig({
216
plugins: rsBuildPlugins,
217
tools: {
218
rspack: {
219
+ resolve: {
220
+ fallback: {
221
+ "react-dom/client": false,
222
+ },
223
224
output: {
225
uniqueName: exposeModules
226
? `${packageName}__${buildEnv}__${process.env.BUILD_VERSION || 1}`
0 commit comments