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: {
|
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'),
|
||||||
|
|
Reference in a new issue