The command above runs npx bic-rollup which looks for rollup.config.js in each package and combines them into a single Rollup config. Every flag supported by the rollup command is also supported by bic rollup.
It checks the .bic_cache before merging the rollup.config.js of any given package (except in watch mode).
Note: The Rollup API probably has a nice way to load rollup.config.* modules, so TypeScript can be supported (eg: rollup.config.ts).
The command above runs
npx bic-rollupwhich looks forrollup.config.jsin each package and combines them into a single Rollup config. Every flag supported by therollupcommand is also supported bybic rollup.It checks the
.bic_cachebefore merging therollup.config.jsof any given package (except in watch mode).Note: The Rollup API probably has a nice way to load
rollup.config.*modules, so TypeScript can be supported (eg:rollup.config.ts).