perf: More selective resource pre-fetching

This commit is contained in:
Tom Moor
2022-09-11 15:14:03 +01:00
parent 2c5b18c76b
commit 0587968f8b
5 changed files with 8 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ import * as React from "react";
const MultiplayerEditor = React.lazy(
() =>
import(
/* webpackChunkName: "multiplayer-editor" */
/* webpackChunkName: "preload-multiplayer-editor" */
"./MultiplayerEditor"
)
);