RC.0: how do you use the Chrome Debugger with the Rollup bundler?

You can build in dev mode by editing the correct scripts entry in package.json. Just add a --dev at the end of the build script.

"build": "ionic-app-scripts build --dev"

6 Likes