You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
stubailo
changed the title
Publish module to run Relay babel plugin on the client against a running server's schema
Publish NPM module to run Relay babel plugin on the client against a running server's schema
Feb 9, 2016
@ramsaylanier the goal here is a bit more ambitious. I'd like to run Relay without Babel entirely. I think having to set up a specific build toolchain just to use a client library doesn't make sense, and makes it a lot harder for people to adopt.
stubailo
changed the title
Publish NPM module to run Relay babel plugin on the client against a running server's schema
Figure out how to run Relay without Babel 6
Feb 11, 2016
It's annoying that you need a specific babel plugin to compile
Relay.QL
template strings at build time. Specifically, you need to:This has several unfortunate consequences, in particular:
It's pretty easy to run the parser at runtime in development mode, and this will make it much easier to work around the drawbacks above.
I should publish this as an NPM package so that you can use
Relay.QL
just like you would use any template string.The text was updated successfully, but these errors were encountered: