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:
parent
2474dfc803
commit
59b6596936
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ module.exports = {
|
|||
},
|
||||
externals: {
|
||||
react: 'React',
|
||||
'react-dom': 'ReactDOM',
|
||||
redux: 'Redux',
|
||||
'react-redux': 'ReactRedux',
|
||||
'prop-types': 'PropTypes',
|
||||
|
|
Reference in a new issue