fix(redux-devtools-core): fix umd build (#551)

This commit is contained in:
Nathan Bierema 2020-08-01 18:25:17 -04:00 committed by GitHub
parent 7c0802ac80
commit 02829213aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ module.exports = (env = {}) => ({
},
output: {
library: 'ReduxDevTools',
libraryExport: 'default',
libraryTarget: 'umd',
path: path.resolve(__dirname, 'umd'),
filename: env.minimize