mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
try out angular compiler options
This commit is contained in:
parent
3d5083bfa0
commit
a2408c3fe3
@ -21,7 +21,9 @@ export function getProgram(rootNames: string[] = createSourceFiles()) {
|
||||
options.inlineSourceMap = true;
|
||||
options.importHelpers = true;
|
||||
options.inlineSources = true;
|
||||
options.enableIvy = true;
|
||||
options.enableIvy = false;
|
||||
options.genDir = 'aot';
|
||||
options.compilationMode = 'partial';
|
||||
|
||||
delete options.baseUrl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user