Releases: tobias-tengler/create-relay-app
Releases · tobias-tengler/create-relay-app
v0.0.2
Changes
- Add
relay-compiler --validate
to"build"
script inpackage.json
, if present - existing
"relay"
configuration inpackage.json
is merged with new configuration - Consolidate CLI argument / prompt handling
- Speed up checking for installed dependencies
- Add
"eagerEsModules": true
to relay-compiler configuration for Vite, to generate correct artifacts also for Javascript - Display default values that were chosen when running with
--yes
Full Changelog: v0.0.1...v0.0.2
v0.0.1
@experimental
. I'll consider it stable, once a v1.0.0 is released. In the meantime feel free to try it out and give feedback! :)
New features
- Support configuration of Next.js Javascript and Typescript projects
- Support configuration of Vite.js Javascript and Typescript projects
- We are installing the
vite-plugin-relay
package from an open PR at the moment, until it's published and the latest Vite version is officially supported.
- We are installing the
- Support configuration of Create React App Javascript and Typescript projects
- The
babel-plugin-relay
transform is currently not being setup. This will be added in the next version!
- The
Full Changelog: https://github.com/tobias-tengler/create-relay-app/commits/v0.0.1