1
0
mirror of synced 2026-03-24 20:18:35 +08:00

feat(cli): 添加dynamicImport配置参数,用于设置是否使用import()来加载组件

re #366
This commit is contained in:
roymondchen
2022-09-22 15:21:35 +08:00
committed by jia000
parent cda0c41ad4
commit c817ad6bb6
3 changed files with 25 additions and 6 deletions

View File

@@ -8,4 +8,5 @@ cli({
componentFileAffix: '',
cleanTemp: true,
temp: '.tmagic',
dynamicImport: false,
});