A great webpack starter

Hi, getting started with Ionic 2 I found some nice Angular2 only starter kits like https://github.com/AngularClass/angular2-webpack-starter

I started to port it to Ionic 2 here: https://github.com/geoHeil/ionic2-webpack-starter However, it is far from complete. Maybe you are interested to contribute?

I face a problem
Cannot resolve 'file' or 'directory' ../src/index.ts in /node_modules/ionic-native/dist this repeats for a very large number of node modules. What is wrong here?

When finally started compiling the modules there are a lot of duplicate key errors. But in the initial project there were no such issues. What is wrong with my approach?

Have you seen this howto?

Yes, but compared to https://github.com/AngularClass/angular2-webpack-starter it offers only basic functionality.
I would like to see a combination of https://github.com/mwaylabs/generator-m-ionic and https://github.com/AngularClass/angular2-webpack-starter for ionic 2.

Too bad this idea died. I use angular2-webpack-started for my project and now I face many issues while trying to add Ionic2. Every guide is about creating new Ionic2 project, there is no given way how to add it into existing one…