- [Feature]: Add support for
babel.config.js config files in the React Native transformer (#251).
- [Improvement]: Return a meaningful message when a bundle doesn't exist.
- [Fix]: Fix haste module resolution inside of scoped modules (#241).
- [Fix]: Do not include the sourcecode of assets in the sourcemaps.
- [Fix]: Ignore babel config files when transforming
import/export statements.
- [Fix]: Do not generate non-ES5 code when transforming
import/export statements.
- [Fix]: Small issues around the new
experimentalImportSupport config flag (more info).
(list of commits since v0.45.3)