chore: only import common languages #671

Merged
konrad merged 2 commits from dpschen/frontend:feature/hightlightjs-use-common-languages into main 2021-08-23 16:38:30 +00:00

View File

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