This is my setup:
import {bootstrap} from \'angular2/platform/browser\'; import {Component} from \'angular2/core\'; import {LocationStrategy, APP_BASE_HREF,
I had the same issue just now. This had to do with me creating a component, and Webpack didn't recognize it.
After restarting Webpack the error went away..