mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-21 02:35:23 -04:00
Load inline-attachment without script-loader
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
cf867daf99
commit
2515ad962b
2 changed files with 3 additions and 6 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue