From 312dd8a03b885ee9b3b253790d67d91948b14c45 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Tue, 18 Jan 2022 20:08:36 +0800 Subject: [PATCH 1/2] Update abp.resourcemapping.js --- npm/packs/tui-editor/abp.resourcemapping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/packs/tui-editor/abp.resourcemapping.js b/npm/packs/tui-editor/abp.resourcemapping.js index 511e9aafb8..b7285350b8 100644 --- a/npm/packs/tui-editor/abp.resourcemapping.js +++ b/npm/packs/tui-editor/abp.resourcemapping.js @@ -1,5 +1,5 @@ module.exports = { mappings: { - "@node_modules/@abp/@toast-ui/src/*": "@libs/tui-editor/" + "@node_modules/@abp/tui-editor/src/*.*": "@libs/tui-editor/" } } \ No newline at end of file From b596ac1c07efb5b71c94fd6a6f26fb83f2357ef9 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Tue, 18 Jan 2022 20:12:39 +0800 Subject: [PATCH 2/2] update package.json --- npm/packs/tui-editor/package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/npm/packs/tui-editor/package.json b/npm/packs/tui-editor/package.json index e050db2db5..e3b6eec00d 100644 --- a/npm/packs/tui-editor/package.json +++ b/npm/packs/tui-editor/package.json @@ -6,11 +6,7 @@ }, "dependencies": { "@abp/jquery": "~5.1.1", - "@abp/prismjs": "~5.1.1", - "@abp/codemirror": "~5.1.1", - "@abp/highlight.js": "~5.1.1", - "@abp/markdown-it": "~5.1.1", - "@toast-ui/editor": "^2.5.1" + "@abp/prismjs": "~5.1.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } \ No newline at end of file