mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-18 16:02:53 +08:00
set compile mode to partial
This commit is contained in:
parent
d98a0225b2
commit
19165375eb
@ -22,6 +22,7 @@ export function getProgram(rootNames: string[] = createSourceFiles()) {
|
||||
options.importHelpers = true;
|
||||
options.inlineSources = true;
|
||||
options.enableIvy = false;
|
||||
options.compilationMode = 'partial';
|
||||
|
||||
delete options.baseUrl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user