Changelog
0.4.0
defaultOnly
option has been deprecated - esperanto's standard behaviour is now to import and exports defaults. If you want to use named imports/exports, pass strict: true
(this basically means that your default export becomes exports.default
rather than module.exports
). For more information see the wiki page on strict mode