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: { externals: {
react: 'react', react: 'React',
redux: 'redux', redux: 'Redux',
'react-redux': 'reactRedux', 'react-redux': 'ReactRedux',
}, },
output: { output: {
path: path.join(__dirname, '/dist'), path: path.join(__dirname, '/dist'),