feat(core): mix模式下使用diff去修改代码防止触发整个文件代码高亮的重新构建

This commit is contained in:
王立帮
2026-01-23 10:06:04 +08:00
parent 7fdd11b598
commit 51d5a286f7
31 changed files with 6378 additions and 46 deletions

View File

@@ -103,6 +103,10 @@
"path": "modules/web-modules/sortable.min.js",
"provide": ["Sortable"],
"require": []
}, {
"path": "modules/web-modules/diff.min.js",
"provide": ["Diff"],
"require": []
}, {
"path": "modules/web-modules/store.modern.min.js",
"provide": ["store"],