mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
chore(redux-devtools-inspector): fix webpack config
This commit is contained in:
parent
c20e4e33cd
commit
fb562d16d1
|
@ -59,7 +59,7 @@ module.exports = {
|
|||
]
|
||||
},
|
||||
devServer: isProduction
|
||||
? null
|
||||
? {}
|
||||
: {
|
||||
quiet: false,
|
||||
port: 3000,
|
||||
|
|
Loading…
Reference in New Issue
Block a user