perf: More selective resource pre-fetching
This commit is contained in:
@@ -32,7 +32,7 @@ import DocumentBreadcrumb from "./DocumentBreadcrumb";
|
||||
const LazyLoadedEditor = React.lazy(
|
||||
() =>
|
||||
import(
|
||||
/* webpackChunkName: "shared-editor" */
|
||||
/* webpackChunkName: "preload-shared-editor" */
|
||||
"~/editor"
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user