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