Skip to content

Commit

Permalink
Use ReactDOM webpack external (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister authored Oct 4, 2022
1 parent 2c3003b commit 1a620e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ module.exports = {
},
externals: {
react: 'React',
'react-dom': 'ReactDOM',
redux: 'Redux',
'react-redux': 'ReactRedux',
'prop-types': 'PropTypes',
Expand Down

0 comments on commit 1a620e3

Please sign in to comment.