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 4445b2f commit fd3e996Copy full SHA for fd3e996
webpack.config.js
@@ -28,6 +28,7 @@ module.exports = {
28
]
29
},
30
externals: {
31
- 'react': 'commonjs react'
+ 'react': 'commonjs react',
32
+ 'react-dom': 'commonjs react-dom',
33
}
34
};
0 commit comments