diff --git a/src/vector/init.tsx b/src/vector/init.tsx index c7c9141ebf..a6e9794311 100644 --- a/src/vector/init.tsx +++ b/src/vector/init.tsx @@ -148,7 +148,6 @@ export async function loadApp(fragParams: {}) { export async function showError(title: string, messages?: string[]) { const ErrorView = (await import( /* webpackChunkName: "error-view" */ - /* webpackPreload: true */ "../components/structures/ErrorView")).default; window.matrixChat = ReactDOM.render(, document.getElementById('matrixchat'));