mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-28 20:43:56 +03:00
dev and prod seem to be the wrong way round
This commit is contained in:
parent
79b51a7c0f
commit
166f54704e
|
@ -1,4 +1,4 @@
|
|||
if (process.env.NODE_ENV === 'development') {
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
module.exports = require('./configureStore.prod');
|
||||
} else {
|
||||
module.exports = require('./configureStore.dev');
|
||||
|
|
Loading…
Reference in New Issue
Block a user