Skip to content

Commit cc58e33

Browse files
committed
fix studio build
1 parent e65d687 commit cc58e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ module.exports = {
219219
to: 'js/cytoscape-node-html-label.min.js',
220220
},
221221
{
222-
from: 'node_modules/marked/marked.min.js',
222+
from: 'node_modules/marked/lib/marked.umd.js',
223223
to: 'js/marked.min.js',
224224
},
225225
{

0 commit comments

Comments
 (0)