Load inline-attachment without script-loader

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-06-04 22:02:47 +02:00
parent cf867daf99
commit 2515ad962b
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
2 changed files with 3 additions and 6 deletions

View file

@ -34,6 +34,9 @@ import 'codemirror/addon/fold/xml-fold.js'
import 'codemirror/addon/merge/merge.js'
import '../../../vendor/codemirror-spell-checker/spell-checker.min.js'
import '../../../vendor/inlineAttachment/inline-attachment'
import '../../../vendor/inlineAttachment/codemirror.inline-attachment'
import * as utils from './utils'
import config from './config'
import statusBarTemplate from './statusbar.html'