Systemeinstellung Redux
This commit is contained in:
@@ -6,7 +6,7 @@ const store = configureStore({
|
||||
reducer: {
|
||||
variables: variablesReducer,
|
||||
},
|
||||
devTools: process.env.NODE_ENV !== "production", // Aktiviert DevTools nur in der Entwicklung
|
||||
//devTools: process.env.NODE_ENV !== "production", // Aktiviert DevTools nur in der Entwicklung
|
||||
});
|
||||
|
||||
export default store;
|
||||
|
||||
Reference in New Issue
Block a user