Has anyone faced below warning in \"ng serve\"?
WARNING in ./node_modules/@angular/compiler/src/util.js 10:24-31 Critical dependency: require functi
It happened to me from this import:
import { Message } from '@angular/compiler/src/i18n/i18n_ast';
I have a Message interface but autofill import feature defaulted to the one above.