打包优化

This commit is contained in:
2betop 2020-04-15 17:14:47 +08:00
parent 49fb35e2f2
commit e9cde57fe6
1 changed files with 2 additions and 2 deletions

View File

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