I\'m doing the Angular2 5 minute quick start.
About half way through the tutorial now, I have the following files setup correctly:
I'm using angular-cli and it now uses webpack but I was getting this error when loading css. I added declare let require: any; before my component and now it works.
declare let require: any;