feat(core): enable new view engine
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user