feat(core): enable new view engine
This commit is contained in:
parent
187f7b68f2
commit
d3a98c74d6
@ -46,7 +46,7 @@ export class CompilerConfig {
|
||||
this._logBindingUpdate = logBindingUpdate;
|
||||
this.useJit = useJit;
|
||||
this.missingTranslation = missingTranslation;
|
||||
this.useViewEngine = useViewEngine;
|
||||
this.useViewEngine = true;
|
||||
}
|
||||
|
||||
get genDebugInfo(): boolean {
|
||||
|
Loading…
x
Reference in New Issue
Block a user