We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819bd68 commit febd743Copy full SHA for febd743
packages/app/src/app/index.js
@@ -58,14 +58,14 @@ window.addEventListener('unhandledrejection', e => {
58
/*
59
OVERMIND REFACTOR
60
*/
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;
+// if (process.env.NODE_ENV === 'development') {
+// Promise.all([import('overmind'), import('./overmind')]).then(modules => {
+// const createOvermind = modules[0].createOvermind;
+// const config = modules[1].config;
65
66
- createOvermind(config);
67
- });
68
-}
+// createOvermind(config);
+// });
+// }
69
70
if (process.env.NODE_ENV === 'production') {
71
try {
0 commit comments