mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(core): fix core files, use ng button
This commit is contained in:
@@ -72,9 +72,8 @@ export function createTempTsConfig(includeGlob: string[], target: string, module
|
||||
path.join(PROJECT_ROOT, 'src/components/index.ts'),
|
||||
]);
|
||||
|
||||
config.exclude = [
|
||||
'./components/badge/**/*'
|
||||
];
|
||||
console.log('excluding core components from ng buld:');
|
||||
console.log(config.exclude);
|
||||
|
||||
if (overrideCompileOptions) {
|
||||
config.compilerOptions = Object.assign(config.compilerOptions, overrideCompileOptions);
|
||||
|
||||
Reference in New Issue
Block a user