Cannot find name 'require'. using relative paths... · Issue #2221 · angular/angular-cli

I am using a config with relative paths for style and template: @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] }) export class AppCompone...