this is code at gist,someone help?
https://gist.github.com/Dreampie/b58dd1152070ecf0f75a4e5fb7200615
Error is :Cannot resolve module 'angular2/platform/browser'
this is code at gist,someone help?
https://gist.github.com/Dreampie/b58dd1152070ecf0f75a4e5fb7200615
Error is :Cannot resolve module 'angular2/platform/browser'
I wonder if you need to add the 'root' property to your resolve object: I use a helper function to return the root path seen in my Angular2-Webpack-Lite boilerplate
resolve: {
root: root('src')
}
If this doesn't help, feel free to take a look at my boilerplate and see the rest of my configuration.