- Update minimum version of babel-plugin-import-graphql to v2.7.0
- Update CHANGELOG to add missing entry for v2.0.0
- Update README to remove old known issue that only affects [email protected]
- Version 2.x of this package is for use with version 2.x of react-app-rewired (Thanks @stushurik)
- Fix plugin name in babel config (Thanks @Slessi)
- Replace deprecated package babel-plugin-inline-import-graphql-ast with babel-plugin-import-graphql. See the CHANGELOG.md file for that package for information about new features released since the package name changed (v2.5.0+).
- Add "Known Issues" section to README.md
- Make emergency upgrade of
babel-plugin-inline-import-graphql-ast
due to a broken release I published while adding thenodePath
option needed by this package.
- Respect
NODE_PATH
environment variable (fromprocess.env
or.env
file)
- Upgrade
babel-plugin-inline-import-graphql-ast
dependency to^2.1.0
- Initial release