mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
fix(redux-devtools-core): fix umd build (#551)
This commit is contained in:
parent
7c0802ac80
commit
02829213aa
|
@ -9,6 +9,7 @@ module.exports = (env = {}) => ({
|
|||
},
|
||||
output: {
|
||||
library: 'ReduxDevTools',
|
||||
libraryExport: 'default',
|
||||
libraryTarget: 'umd',
|
||||
path: path.resolve(__dirname, 'umd'),
|
||||
filename: env.minimize
|
||||
|
|
Loading…
Reference in New Issue
Block a user