Skip to content

Commit b4dbd53

Browse files
author
kiran
committed
updated dist file with ReactDOM
1 parent 96dc86e commit b4dbd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.dist.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = {
3030
amd: 'react'
3131
},
3232
'react-dom': {
33-
root: 'react-dom',
33+
root: 'ReactDOM',
3434
commonjs2: 'react-dom',
3535
commonjs: 'react-dom',
3636
amd: 'react-dom'

0 commit comments

Comments
 (0)