Where to create custom rollup.config.file

1
I'm encountering the following error: rollup.config.js - (optional) custom configurations for rollup bundler. The standard configuration is passed as an argument named configDefaultConfig. Therefore I want to create my own rollup.config.file and inherit the configdefaultconfig. Do you know where I can find this file? And is there an example of it.
asked
1 answers
2

you can find example here

https://github.com/mendix/widgets-resources/blob/366281c72b6ad76b4774ed52bbf3d804901d3ce4/packages/pluggableWidgets/barcode-scanner-web/rollup.config.js

answered