Skip to content

Commit 93f9ebc

Browse files
author
edwardxiao
committed
- umd global react-dom -> ReactDOM
1 parent 00a90ea commit 93f9ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/umd.global.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ module.exports = {
99
},
1010
externals: {
1111
react: 'React',
12-
'react-dom': 'react-dom',
12+
'react-dom': 'ReactDOM',
1313
},
1414
};

0 commit comments

Comments
 (0)