From dae818b6b524a0dc2f5f14291856e9a5290f3a2a Mon Sep 17 00:00:00 2001 From: Richard Date: Mon, 31 May 2021 12:46:30 +0100 Subject: [PATCH] Typo in webpack directive --- openflexure_microscope/api/static/src/components/appContent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openflexure_microscope/api/static/src/components/appContent.vue b/openflexure_microscope/api/static/src/components/appContent.vue index 44f37085..011c4e92 100644 --- a/openflexure_microscope/api/static/src/components/appContent.vue +++ b/openflexure_microscope/api/static/src/components/appContent.vue @@ -175,7 +175,7 @@ import loggingContent from "./tabContentComponents/loggingContent.vue"; // ImJoy and the gallery are loaded asynchronously to allow them to be disabled if needed const galleryContent = () => import( - /* webpackChunkName: "gallery") */ "./tabContentComponents/galleryContent.vue" + /* webpackChunkName: "gallery" */ "./tabContentComponents/galleryContent.vue" ); const imjoyContent = () => import(