Changelog
3.27.0
2023-07-28
Object.values
and Object.entries
as pure if their argument does not contain getters (#5072)Changelog
3.26.3
2023-07-17
manualChunks
to avoid breaking existing configs (#5068)Changelog
3.26.0
2023-06-30
--filterLogs
CLI flag and ROLLUP_FILTER_LOGS
environment variable for log filtering (#5035)Changelog
3.25.2
2023-06-24
code
is not a string (#5042)this.error
with pos
in transform
hook (@sapphi-red)