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 00a90ea commit 93f9ebcCopy full SHA for 93f9ebc
webpack/umd.global.config.js
@@ -9,6 +9,6 @@ module.exports = {
9
},
10
externals: {
11
react: 'React',
12
- 'react-dom': 'react-dom',
+ 'react-dom': 'ReactDOM',
13
14
};
0 commit comments