rollup v0.24.1 Release Notes

    • 0๏ธโƒฃ Handle calls to default exports other that are not function expressions or references to function declarations (#421)
    • Ensure namespace blocks are created for chained imports (#430)
    • Include references in computed property keys (#434)
    • ๐Ÿ‘‰ Use CLI --external option correctly (#417)
    • ๐Ÿ‘ Allow relative imports to be treated as external, if absolute paths are provided in options.external (#410)
    • ๐Ÿ’… Make IIFE output adhere to Crockford style (#415)