rollup v0.21.0 Release Notes

    • Only include statements whose side-effects are relevant (i.e. contribute to exports or affect global state) (#253) (#253)
    • Exclude dead branches from analysis and inclusion (#249)
    • ➕ Add aggressive: true option to eliminate all side-effects outside entry module
    • More informative error when re-exporting non-existent binding (#274)
    • 🛠 Fix infinite recursion bug (#291)
    • 🌲 Log errors when using rollup --config (#288)
    • Return rejected promises on startup instead of throwing error, if options are invalid (#303)