diff --git a/src/components/TextEditor.vue b/src/components/TextEditor.vue index 4aa0c26594..600366c83c 100644 --- a/src/components/TextEditor.vue +++ b/src/components/TextEditor.vue @@ -375,9 +375,7 @@ export default { /* eslint-disable @stylistic/comma-dangle, @stylistic/function-paren-newline */ const { default: coreTranslations } = await import( - /* webpackMode: "lazy-once" */ - /* webpackPrefetch: true */ - /* webpackPreload: true */ + /* webpackMode: "lazy" */ `ckeditor5/translations/${language}.js` ) /* eslint-enable @stylistic/comma-dangle, @stylistic/function-paren-newline */