Skip to content

Commit 4c8e76b

Browse files
committed
chore: 移除 prismjs 相关模块作为外部依赖
1 parent 45f80fc commit 4c8e76b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/cherry-markdown/build/rollup.stream.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ const streamExternal = [
175175
'codemirror',
176176
/^codemirror\/.*/,
177177
'echarts',
178-
'prismjs',
179-
/^prismjs\/components\/.*/,
180178
];
181179

182180
/**

packages/cherry-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cherry-markdown",
33
"license": "Apache-2.0",
4-
"version": "0.10.3-pkg-12",
4+
"version": "0.10.3-pkg-13",
55
"type": "module",
66
"description": "a new markdown editor",
77
"repository": {

0 commit comments

Comments
 (0)