From ecb3924b092ca2ec4915738ec70fbe9504dd0bca Mon Sep 17 00:00:00 2001 From: dpschen Date: Mon, 23 Aug 2021 16:38:29 +0000 Subject: [PATCH] chore: only import common languages (#671) Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/671 Reviewed-by: konrad Co-authored-by: dpschen Co-committed-by: dpschen --- src/components/input/editor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/input/editor.vue b/src/components/input/editor.vue index 4786c7844..87b080d2c 100644 --- a/src/components/input/editor.vue +++ b/src/components/input/editor.vue @@ -49,7 +49,7 @@ import VueEasymde from 'vue-easymde' import EasyMDE from 'easymde' import marked from 'marked' import DOMPurify from 'dompurify' -import hljs from 'highlight.js' +import hljs from 'highlight.js/lib/common' import AttachmentModel from '../../models/attachment' import AttachmentService from '../../services/attachment'