tweak webpack externals

This commit is contained in:
Jesse Hallam 2018-07-23 13:49:44 -04:00
parent 189f92c54b
commit bc26a8c5d5
No known key found for this signature in database
GPG key ID: E7959EB6518AF966

View file

@ -30,9 +30,9 @@ module.exports = {
],
},
externals: {
react: 'react',
redux: 'redux',
'react-redux': 'reactRedux',
react: 'React',
redux: 'Redux',
'react-redux': 'ReactRedux',
},
output: {
path: path.join(__dirname, '/dist'),