Rollup v1.27.9 Release Notes

Release Date: 2019-12-07 // over 4 years ago
  • 2019-12-07

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix an issue where reexports could be missing when preserving modules (#3273)
    • Allow turning of color output via NO_COLOR or FORCE_COLOR=0 environment variables (#3272)

    Pull Requests

    • #3272: Support either NO_COLOR or FORCE_COLOR=0 to turn off color (@kikonen)
    • #3273: Make sure that indirectly reexported modules also become chunk dependencies when preserving modules(@lukastaegert)