Help us test Webpack support in Ionic 2 App Scripts!

Ok, i made it to work by changing run:before to run:after

"build:before": "build",
"run:before": "build",
"run:after": "watch"

But, really, am I the only one whose “watch” not getting triggered on livereload?

2 Likes