- [Feature]: Add support for
babel.config.jsconfig 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/exportstatements. - [Fix]: Do not generate non-ES5 code when transforming
import/exportstatements. - [Fix]: Small issues around the new
experimentalImportSupportconfig flag (more info).