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._logBindingUpdate = logBindingUpdate;
|
||||||
this.useJit = useJit;
|
this.useJit = useJit;
|
||||||
this.missingTranslation = missingTranslation;
|
this.missingTranslation = missingTranslation;
|
||||||
this.useViewEngine = useViewEngine;
|
this.useViewEngine = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
get genDebugInfo(): boolean {
|
get genDebugInfo(): boolean {
|
||||||
|
|
Loading…
Reference in New Issue