Skip to content

Commit

Permalink
Merge pull request #286 from trenthogan/issues/6
Browse files Browse the repository at this point in the history
Fix umd global for react-dom
  • Loading branch information
Brian Vaughn committed Jul 9, 2019
2 parents 3522c44 + 93e7968 commit bc9192b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Expand Up @@ -19,6 +19,7 @@ const babelConfigEsModules = babel({

const umdGlobals = {
react: 'React',
'react-dom': 'ReactDOM',
};

export default [
Expand Down

0 comments on commit bc9192b

Please sign in to comment.