We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96dc86e commit b4dbd53Copy full SHA for b4dbd53
webpack.config.dist.js
@@ -30,7 +30,7 @@ module.exports = {
30
amd: 'react'
31
},
32
'react-dom': {
33
- root: 'react-dom',
+ root: 'ReactDOM',
34
commonjs2: 'react-dom',
35
commonjs: 'react-dom',
36
amd: 'react-dom'
0 commit comments