Skip to content

Commit

Permalink
fix: 正则替换编辑器的引入文件
Browse files Browse the repository at this point in the history
  • Loading branch information
moshangqi committed Dec 13, 2023
1 parent 49bc596 commit d426f41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/preset-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const remoteAssetsUrls = {
result = result.replace(/https\:\/\/gw\.alipayobjects\.com[\w\/\.]+CodeMirror\.js/g, './CodeMirror.js');
result = result.replace(/https\:\/\/gw\.alipayobjects\.com[\w\/\.]+katex\.min\.js/g, './katex.min.js');
result = result.replace(lakeIconURL, './lake-editor-icon.js');
console.log(content);
return result;
},
name: 'doc.umd.js',
Expand Down

0 comments on commit d426f41

Please sign in to comment.