Typo in webpack directive

This commit is contained in:
Richard 2021-05-31 12:46:30 +01:00
parent 9d088916a9
commit dae818b6b5

View file

@ -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(