ionic2-webpack2-starter
ionic2-webpack2-starter copied to clipboard
Ionic 2 starter project based on Webpack 2
After upgrading webpack to 2.2.0 and @ngtools/webpack to 1.2.4, `npm run build:prod` shows this weird error ``` ERROR in Could not resolve "./src/app/app.module" from "./src/app/app.module". ``` However the build seems...
update angular version to 4 update ionic-angular version to 3
Webpack can do [Hot Module Replacement](https://webpack.github.io/docs/hot-module-replacement.html), but to work with Angular it probably needs something extra; see e.g. the [angular2-hmr module](https://www.npmjs.com/package/angular2-hmr). The big advantage should be that if you're editing...