From b261756baee7ab45e2709578a8a0710d9345d175 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 22 Dec 2022 12:04:23 +0100 Subject: [PATCH] Cleanup unused webpack comment Signed-off-by: Thomas Citharel --- js/src/router/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/src/router/index.ts b/js/src/router/index.ts index 579999522..b9ed1ca1e 100644 --- a/js/src/router/index.ts +++ b/js/src/router/index.ts @@ -134,9 +134,7 @@ export const routes = [ path: "/auth/:provider/callback", name: "auth-callback", component: (): Promise => - import( - /* webpackChunkName: "ProviderValidation" */ "@/views/User/ProviderValidation.vue" - ), + import("@/views/User/ProviderValidation.vue"), meta: { announcer: { message: (): string => t("Redirecting to Mobilizon") as string,