From e9cde57fe6260897ab288879ddc3ed7c483874ba Mon Sep 17 00:00:00 2001 From: 2betop <2betop.cn@gmail.com> Date: Wed, 15 Apr 2020 17:14:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fis-conf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fis-conf.js b/fis-conf.js index 1d48ab73..18879966 100644 --- a/fis-conf.js +++ b/fis-conf.js @@ -565,7 +565,7 @@ if (fis.project.currentMedia() === 'publish') { '!echarts/**' ], 'pkg/rich-text.js': [ - 'amis/lib/components/RichText.js', + 'src/components/RichText.js', 'froala-editor/**', 'jquery/**' ], @@ -591,7 +591,7 @@ if (fis.project.currentMedia() === 'publish') { '!hls.js/**', '!froala-editor/**', '!jquery/**', - '!amis/lib/components/RichText.js', + '!src/components/RichText.js', '!zrender/**', '!echarts/**' ],