We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10a5069 + 9d8f1f3 commit 61a4987Copy full SHA for 61a4987
src/components/TextEditor.vue
@@ -375,9 +375,7 @@ export default {
375
376
/* eslint-disable @stylistic/comma-dangle, @stylistic/function-paren-newline */
377
const { default: coreTranslations } = await import(
378
- /* webpackMode: "lazy-once" */
379
- /* webpackPrefetch: true */
380
- /* webpackPreload: true */
+ /* webpackMode: "lazy" */
381
`ckeditor5/translations/${language}.js`
382
)
383
/* eslint-enable @stylistic/comma-dangle, @stylistic/function-paren-newline */
0 commit comments