rollup v1.20.0 Release Notes

Release Date: 2019-08-21 // over 4 years ago
  • 2019-08-21

    ๐Ÿ”‹ Features

    • โž• Add augmentChunkHash plugin hook to be able to reflect changes in renderChunk in the chunk hash (#2921)

    ๐Ÿ› Bug Fixes

    • Do not mutate the acorn options object (#3051)
    • ๐Ÿ‘‰ Make sure the order of emitted chunks always reflects the order in which they were emitted (#3055)
    • Do not hang when there are strings containing comment-like syntax in some scenarios (#3069)

    Pull Requests