Skip to content

Commit 0282921

Browse files
authored
fix(redux-devtools-core): fix umd build (#551)
1 parent 7c0802a commit 0282921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/redux-devtools-core/webpack.config.umd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = (env = {}) => ({
99
},
1010
output: {
1111
library: 'ReduxDevTools',
12+
libraryExport: 'default',
1213
libraryTarget: 'umd',
1314
path: path.resolve(__dirname, 'umd'),
1415
filename: env.minimize

0 commit comments

Comments
 (0)