mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-07-16 00:00:04 +08:00
set enableIvy to true
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user