mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
feat(components): add core avatar and button components
This commit is contained in:
@ -57,16 +57,18 @@ export function createTempTsConfig(includeGlob: string[], target: string, module
|
||||
}
|
||||
config.include = includeGlob;
|
||||
const componentsToExclude = [
|
||||
'avatar',
|
||||
'badge',
|
||||
'button',
|
||||
'card',
|
||||
'card-content',
|
||||
'card-header',
|
||||
'card-title',
|
||||
'gesture',
|
||||
'icon',
|
||||
'scroll',
|
||||
'slides',
|
||||
'toggle',
|
||||
'gesture'
|
||||
'toggle'
|
||||
];
|
||||
|
||||
config.exclude = componentsToExclude.map(cmp => path.join(PROJECT_ROOT, `src/components/${cmp}`) + `/*.ts`)
|
||||
|
Reference in New Issue
Block a user