mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Revert port change
This commit is contained in:
parent
f07cb7a979
commit
c1066b4273
|
@ -82,7 +82,7 @@ module.exports = (env: { development?: boolean; platform?: string } = {}) => ({
|
||||||
hints: false,
|
hints: false,
|
||||||
},
|
},
|
||||||
devServer: {
|
devServer: {
|
||||||
port: 3001,
|
port: 3000,
|
||||||
},
|
},
|
||||||
devtool: env.development ? 'eval-source-map' : 'source-map',
|
devtool: env.development ? 'eval-source-map' : 'source-map',
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user