Skip to content

Commit 9ebfae6

Browse files
author
Darío Javier Cravero
committed
Make webpack's library output name read ReactRedux instead of ReduxReact
1 parent 3f5980d commit 9ebfae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = {
4646
]
4747
},
4848
output: {
49-
library: 'ReduxReact',
49+
library: 'ReactRedux',
5050
libraryTarget: 'umd'
5151
},
5252
plugins: plugins,

0 commit comments

Comments
 (0)