mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 10:36:14 +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.importHelpers = true;
|
||||
options.inlineSources = true;
|
||||
options.enableIvy = false;
|
||||
options.enableIvy = true;
|
||||
|
||||
delete options.baseUrl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user