Ionic 2 Not Generating app.bundle.js

Have you checked that your typings is set up correctly? The newer version uses “globalDependencies” rather than “ambientDependencies” now, and also the file ‘main.d.ts’ has been renamed to ‘index.d.ts’

Fixed here?