Updating from RC0 to RC2 breaks my app. Rollback to RC0 ionic don't build

Also update your scripts to this in package.json

“scripts”: {
“build”: “ionic-app-scripts build”,
“watch”: “ionic-app-scripts watch”,
“serve:before”: “watch”,
“emulate:before”: “watch”,
“deploy:before”: “build”,
“build:before”: “build”,
“run:before”: “watch”
}

Found the solution here.