rollup v3.3.0 Release Notes

  • 2022-11-12

    ๐Ÿ”‹ Features

    • โž• Add "experimentalMinChunkSize" option to merge smaller chunks into larger ones (#4705)
    • ๐Ÿฑ Automatically deduplicate assets again when the source is a Buffer (#4712)
    • ๐Ÿฑ Deduplicate Buffer with string assets (#4712)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘Œ Support plugins with object hooks when using perf: true (#4707)

    Pull Requests

    • ๐Ÿ“„ #4702: docs: add additional tips for heap out of memory (@benmccann)
    • #4705: Allow to define minimum chunk size limit (@lukastaegert)
    • #4707: Fix perf timers for object hooks (@lukastaegert)
    • โšก๏ธ #4710: Update terser docs (@nikolas)
    • ๐Ÿฑ #4712: feat: deduplicate assets with buffer source (@patak-dev)