File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 3
3
4
4
import Prism from 'prismjs'
5
5
import hljs from 'highlight.js'
6
- import PDFObject from 'pdfobject'
6
+ import * as PDFObject from 'pdfobject'
7
7
import { saveAs } from 'file-saver'
8
8
9
9
import escapeHTML from 'lodash/escape'
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ import '@hackmd/ot/lib/undo-manager'
102
102
// import '@hackmd/ot/lib/client'
103
103
import '@hackmd/ot/lib/editor-client'
104
104
105
- import mousewhell from 'jquery-mousewheel'
105
+ import * as mousewhell from 'jquery-mousewheel'
106
106
import '@vendor/jquery-textcomplete/jquery.textcomplete'
107
107
import '@vendor/jquery-ui/jquery-ui.min.js'
108
108
import '@vendor/bootstrap/tooltip.min.js'
Original file line number Diff line number Diff line change @@ -159,11 +159,6 @@ export default defineConfig({
159
159
'list.js' ,
160
160
'@hackmd/idle-js' ,
161
161
'spin.js'
162
- // Explicitly include the OT files being imported
163
- // '@hackmd/ot/lib/client.js',
164
- // '@hackmd/ot/lib/editor-client.js',
165
- // '@hackmd/ot/lib/socketio-adapter.js',
166
- // '@hackmd/ot/lib/codemirror-adapter.js'
167
162
]
168
163
} ,
169
164
server : {
You can’t perform that action at this time.
0 commit comments