tweak webpack externals
This commit is contained in:
parent
189f92c54b
commit
bc26a8c5d5
1 changed files with 3 additions and 3 deletions
|
@ -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'),
|
||||
|
|
Reference in a new issue