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/**' ],