Skip to content

Commit

Permalink
fix: jssdk导出npm扩展包缺失依赖 (baidu#9688)
Browse files Browse the repository at this point in the history
Co-authored-by: hezhihang <[email protected]>
  • Loading branch information
hzh11012 and hezhihang authored Feb 29, 2024
1 parent d93b3b5 commit f16b3ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@
'@fex/amis': __moduleId('amis'),
'@fex/amis-ui': __moduleId('amis-ui'),
'@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 => {
Expand Down

0 comments on commit f16b3ad

Please sign in to comment.