mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04:00
Update webpack config and JS import for spin.js v4
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
faffe806b7
commit
788e7d460a
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
/* eslint-env browser, jquery */
|
||||
/* eslint no-console: ["error", { allow: ["warn", "error", "debug"] }] */
|
||||
/* global CodeMirror, Cookies, moment, Spinner, Idle, serverurl,
|
||||
/* global CodeMirror, Cookies, moment, Idle, serverurl,
|
||||
key, Dropbox, ot, hex2rgb, Visibility */
|
||||
|
||||
import TurndownService from 'turndown'
|
||||
|
@ -10,6 +10,7 @@ import randomColor from 'randomcolor'
|
|||
import store from 'store'
|
||||
import hljs from 'highlight.js'
|
||||
import url from 'wurl'
|
||||
import { Spinner } from 'spin.js'
|
||||
|
||||
import _ from 'lodash'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue