Closed lx93uv closed 7 years ago
closing since this was rewritten with the CLI
@johnpapa Not everyone is using the CLI: I am one of those people who wants to build everything from the ground up as a learning experience. If this question could be answered, I'd be very appreciative.
WARNING in ./node_modules/@angular/core/@angular/core.es5.js 5644:15-36 Critical dependency: the request of a dependency is an expression
WARNING in ./node_modules/@angular/core/@angular/core.es5.js 5660:15-102 Critical dependency: the request of a dependency is an expression
Can you point to how it was rewritten in the CLI, so those of us that don't use can make the same change?
sure, check the commit history.
https://github.com/johnpapa/angular-tour-of-heroes/pull/120/files
thanks
it's talking about https://angular.io/docs/ts/latest/guide/webpack.html tutorial, here is my repo
build completes ok except several warnings (
npm-start
)How to fix it?