Skip to content

Commit

Permalink
- umd global react-dom -> ReactDOM
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardxiao committed Apr 20, 2020
1 parent 00a90ea commit 93f9ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/umd.global.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ module.exports = {
},
externals: {
react: 'React',
'react-dom': 'react-dom',
'react-dom': 'ReactDOM',
},
};

0 comments on commit 93f9ebc

Please sign in to comment.