add webpackPreload hint for OutfitControls
This commit is contained in:
parent
2fc0205304
commit
41e8e5f849
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ import OutfitPreview from "./OutfitPreview";
|
||||||
import useOutfitState from "./useOutfitState.js";
|
import useOutfitState from "./useOutfitState.js";
|
||||||
import { usePageTitle } from "./util";
|
import { usePageTitle } from "./util";
|
||||||
|
|
||||||
const OutfitControls = loadable(() => import("./OutfitControls"));
|
const OutfitControls = loadable(() =>
|
||||||
|
import(/* webpackPreload: true */ "./OutfitControls")
|
||||||
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WardrobePage is the most fun page on the site - it's where you create
|
* WardrobePage is the most fun page on the site - it's where you create
|
||||||
|
|
Loading…
Reference in a new issue