Replace Webpack with Vite (#4765)
Co-authored-by: Tom Moor <tom@getoutline.com> Co-authored-by: Vio <vio@beanon.com>
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
import * as React from "react";
|
||||
|
||||
const MultiplayerEditor = React.lazy(
|
||||
() =>
|
||||
import(
|
||||
/* webpackChunkName: "preload-multiplayer-editor" */
|
||||
"./MultiplayerEditor"
|
||||
)
|
||||
);
|
||||
const MultiplayerEditor = React.lazy(() => import("./MultiplayerEditor"));
|
||||
|
||||
export default MultiplayerEditor;
|
||||
|
||||
Reference in New Issue
Block a user