ci: 自动生成 plugin package, 优化 template

This commit is contained in:
pengzhanbo 2022-05-07 16:43:50 +08:00
parent 3242b849f0
commit ca041664df

View File

@ -1,6 +1,8 @@
import { {{ lowerName }}Plugin } from './plugin' import { {{ lowerName }}Plugin } from './plugin'
export * from './plugin' export * from './plugin'
{{#if shared }}
export * from '../shared' export * from '../shared'
{{/if}}
export default {{ lowerName }}Plugin export default {{ lowerName }}Plugin