1
0
mirror of synced 2026-04-04 07:08:34 +08:00

feat(cli): useTs 为必填参数

This commit is contained in:
kevinyzheng
2022-11-16 17:43:20 +08:00
committed by roymondchen
parent b512e14129
commit bb5aa6722f
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ export const prepareEntryFile = async (app: App) => {
};
const generateContent = (
useTs = true,
useTs: boolean,
type: EntryType,
map: Record<string, string>,
componentFileAffix = '',