mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
set enableIvy to true
This commit is contained in:
parent
a29927837c
commit
de726bc1e7
@ -21,7 +21,7 @@ export function getProgram(rootNames: string[] = createSourceFiles()) {
|
|||||||
options.inlineSourceMap = true;
|
options.inlineSourceMap = true;
|
||||||
options.importHelpers = true;
|
options.importHelpers = true;
|
||||||
options.inlineSources = true;
|
options.inlineSources = true;
|
||||||
options.enableIvy = false;
|
options.enableIvy = true;
|
||||||
|
|
||||||
delete options.baseUrl;
|
delete options.baseUrl;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user