rollup v0.20.0 Release Notes

    • ๐Ÿ‘Œ Support for plugins (#207)
    • ๐Ÿ’ฅ BREAKING โ€“ options.transform, options.load, options.resolveId, options.resolveExternal and options.external are no longer supported, and should be handled by plugins. More info
    • ๐Ÿ’ฅ BREAKING โ€“ the .js extension is only added if it looks like there's no extension, allowing e.g. import data from 'data.json' (with the appropriate transformer). For safety, always include the file extension โ€“ import ./foo.js, not ./foo