Skip to content

Commit fb562d1

Browse files
committed
chore(redux-devtools-inspector): fix webpack config
1 parent c20e4e3 commit fb562d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/redux-devtools-inspector/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = {
5959
]
6060
},
6161
devServer: isProduction
62-
? null
62+
? {}
6363
: {
6464
quiet: false,
6565
port: 3000,

0 commit comments

Comments
 (0)