You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: Found 15 targets and 2 test targets...
INFO: From Rollup rollup/tests/index.js:
rollup/tests/gen.js → rollup/tests/index.js...
created rollup/tests/index.js in 5ms
The text was updated successfully, but these errors were encountered:
There seems to be no easy way to do this today when using the rollup cli without suppressing everything (including warnings etc) using --silent. We have rollup(silent=True|False) to optionally set that flag already. We'd have to write our own script and invoke the rollup API ourselves, essentially https://github.com/rollup/rollup/blob/v3.20.6/cli/run/build.ts (note the logging at the end).
A successful build should be quiet, but I get
The text was updated successfully, but these errors were encountered: