The api-console-cli (command line tool) version 3.0.0 fails to build a bundle application.
Expected outcome
The CLI should build a bundle
Actual outcome
error thrown as on the screenshot

Steps to reproduce
- create a sample .raml file with API definition
- run command:
api-console build YOUR_FILENAME.raml -t "RAML 1.0" --verbose --no-cache
- the CLI throws an error related to rollup config
Was this working before?
Yes. It was working a few weeks ago. Same 3.0.0 version. I suspect some dependency package got updated(?)
Affected browsers
Not browser related. CLI problem.