CHUNK ALL THE THINGS!!!
This commit is contained in:
parent
ed11c2bc2d
commit
69d2911ee4
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ import { checkOnboardingStatus } from '../actions/onboarding';
|
|||
import { preload } from '../actions/preload';
|
||||
import { store } from '../store';
|
||||
|
||||
import SoapboxHead from './soapbox-head';
|
||||
import SoapboxLoad from './soapbox-load';
|
||||
import SoapboxMount from './soapbox-mount';
|
||||
const SoapboxHead = React.lazy(() => import('./soapbox-head'));
|
||||
const SoapboxLoad = React.lazy(() => import('./soapbox-load'));
|
||||
const SoapboxMount = React.lazy(() => import('./soapbox-mount'));
|
||||
|
||||
// Configure global functions for developers
|
||||
createGlobals(store);
|
||||
|
|
Loading…
Reference in a new issue