feat(cli): 支持配置是否自动安装组件npm包,支持配置安装组件npm包后是否保持package.json不变
This commit is contained in:
@@ -10,4 +10,9 @@ cli({
|
||||
temp: '.tmagic',
|
||||
useTs: true,
|
||||
dynamicImport: false,
|
||||
npmConfig: {
|
||||
client: 'npm',
|
||||
autoInstall: true,
|
||||
keepPackageJsonClean: true,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user