Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion chunks.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const codemirrorChunk = [
"@codemirror/view", "@codemirror/lang-css", "@codemirror/lang-html", "@codemirror/lang-javascript",
"@codemirror/lang-less", "@codemirror/lang-markdown", "@codemirror/lang-sass", "@codemirror/lang-vue",
"@emmetio/codemirror6-plugin", "@replit/codemirror-indentation-markers", "@replit/codemirror-vscode-keymap",
"@codemirror/lang-json",
]

/** 代码编译相关分包 */
Expand All @@ -25,7 +26,7 @@ const lintChunk = [

/** 其他插件相关分包 */
const pluginChunk = [
"@typescript/vfs", "jszip", "fflate",
"@typescript/vfs", "jszip", "fflate", "strip-json-comments",
]

const prettierChunk = [
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.6",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-less": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.2",
"@codemirror/lang-sass": "^6.0.2",
Expand Down Expand Up @@ -59,6 +60,7 @@
"pug": "^3.0.2",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"strip-json-comments": "^5.0.1",
"stylelint": "^16.2.0",
"stylelint-config-recommended-less": "^3.0.0",
"stylelint-config-standard": "^35.0.0",
Expand Down Expand Up @@ -89,7 +91,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.1.1",
"eslint-plugin-vue": "^9.26.0",
"husky": "^8.0.3",
"pinia": "^2.1.7",
"postcss-html": "^1.6.0",
Expand Down
Loading