1
0
mirror of synced 2026-03-23 02:58:34 +08:00

feat(runtime): vue2/react使用tamgic-cli生成组件依赖入口

This commit is contained in:
roymondchen
2022-08-04 15:35:05 +08:00
committed by jia000
parent a57fef4947
commit e8b8d35cbd
52 changed files with 702 additions and 1116 deletions

View File

@@ -0,0 +1,8 @@
import path from 'path';
import { defineConfig } from '@tmagic/cli';
export default defineConfig({
packages: [path.join(__dirname, '../../packages/ui-react')],
componentFileAffix: '.tsx',
});