Skip to content

Commit

Permalink
GEP-25 enable minimization in example app
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Aug 29, 2023
1 parent 3af8fb1 commit 07452ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/redux-react-app/src/redux/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const store = createStore(
reducers,
INIT_STATE,
[exampleMiddleware],
{ baseLayout, componentMap }
{ baseLayout, componentMap, isMinimizeEnabled: true }
)

export default store;
Expand Down

0 comments on commit 07452ce

Please sign in to comment.