Skip to content

Commit febd743

Browse files
committed
fix overmind
1 parent 819bd68 commit febd743

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/app/src/app/index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ window.addEventListener('unhandledrejection', e => {
5858
/*
5959
OVERMIND REFACTOR
6060
*/
61-
if (process.env.NODE_ENV === 'development') {
62-
Promise.all([import('overmind'), import('./overmind')]).then(modules => {
63-
const createOvermind = modules[0].createOvermind;
64-
const config = modules[1].config;
61+
// if (process.env.NODE_ENV === 'development') {
62+
// Promise.all([import('overmind'), import('./overmind')]).then(modules => {
63+
// const createOvermind = modules[0].createOvermind;
64+
// const config = modules[1].config;
6565

66-
createOvermind(config);
67-
});
68-
}
66+
// createOvermind(config);
67+
// });
68+
// }
6969

7070
if (process.env.NODE_ENV === 'production') {
7171
try {

0 commit comments

Comments
 (0)