mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
feat: jssdk导出npm扩展包缺失依赖 (#9332)
Co-authored-by: hezhihang <hezhihang@baidu.com>
This commit is contained in:
parent
eb55199ef1
commit
5dd246204f
@ -35,7 +35,11 @@
|
|||||||
'@fex/amis': __moduleId('amis'),
|
'@fex/amis': __moduleId('amis'),
|
||||||
'@fex/amis-ui': __moduleId('amis-ui'),
|
'@fex/amis-ui': __moduleId('amis-ui'),
|
||||||
'@fex/amis-core': __moduleId('amis-core'),
|
'@fex/amis-core': __moduleId('amis-core'),
|
||||||
'@fex/amis-formula': __moduleId('amis-formula')
|
'@fex/amis-formula': __moduleId('amis-formula'),
|
||||||
|
'amis-ui': __moduleId('amis-ui'),
|
||||||
|
'amis-core': __moduleId('amis-core'),
|
||||||
|
'amis-formula': __moduleId('amis-formula'),
|
||||||
|
'copy-to-clipboard': __moduleId('copy-to-clipboard')
|
||||||
};
|
};
|
||||||
|
|
||||||
Object.keys(mapping).forEach(key => {
|
Object.keys(mapping).forEach(key => {
|
||||||
|
Loading…
Reference in New Issue
Block a user