MM-47046 Use version of Reaact DOM provided by web app (#169)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Harrison Healey 2022-11-02 14:54:07 -04:00 committed by GitHub
parent 2474dfc803
commit 59b6596936
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,6 +81,7 @@ module.exports = {
},
externals: {
react: 'React',
'react-dom': 'ReactDOM',
redux: 'Redux',
'react-redux': 'ReactRedux',
'prop-types': 'PropTypes',