mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(): corrected inclusion of bindings in e2e.prod process.
This commit is contained in:
@ -67,10 +67,9 @@ export function createTempTsConfig(includeGlob: string[], target: string, module
|
||||
'gesture'
|
||||
];
|
||||
|
||||
config.exclude = componetsToExclude.map(cmp => path.join(PROJECT_ROOT, `src/components/${cmp}`) + `**/*`)
|
||||
config.exclude = componetsToExclude.map(cmp => path.join(PROJECT_ROOT, `src/components/${cmp}`) + `/*.ts`)
|
||||
.concat([
|
||||
path.join(PROJECT_ROOT, 'src/components/index.ts'),
|
||||
path.join(PROJECT_ROOT, 'src/bindings/**/*'),
|
||||
]);
|
||||
|
||||
if (overrideCompileOptions) {
|
||||
|
Reference in New Issue
Block a user