-
-
Notifications
You must be signed in to change notification settings - Fork 378
Closed
Description
比如
/components/button/index.vue
/components/button/components/loading.vue
"/components/button/components/loading.vue"是button子组件并不想暴露给用户
// 能否增加一个配置,方便过滤不需要的组件呢?
// ignore: ['node_modules', '**/components']
const files = fg.sync(ctx.options.globs, {
ignore: ctx.options.ignore || ['node_modules'],
onlyFiles: true,
cwd: root,
absolute: true,
})
Metadata
Metadata
Assignees
Labels
No labels