forked from p96170835/amis
打包优化
This commit is contained in:
parent
49fb35e2f2
commit
e9cde57fe6
|
@ -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/**'
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue