chore(redux-devtools-inspector): fix webpack config

This commit is contained in:
Nathan Bierema 2020-08-01 20:45:57 -04:00
parent c20e4e33cd
commit fb562d16d1

View File

@ -59,7 +59,7 @@ module.exports = {
] ]
}, },
devServer: isProduction devServer: isProduction
? null ? {}
: { : {
quiet: false, quiet: false,
port: 3000, port: 3000,