mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-13 05:06:50 +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
|
devServer: isProduction
|
||||||
? null
|
? {}
|
||||||
: {
|
: {
|
||||||
quiet: false,
|
quiet: false,
|
||||||
port: 3000,
|
port: 3000,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user