babel-plugin-inline-import-graphql-ast
Advanced tools
Changelog
v2.0.0 (July 22, 2017)
Potentially removed Meteor support. Not sure it worked anyway and there's an alternative solution for .graphql files in Meteor.
Removed support for customizable extensions. This was undocumented and left over from the project I forked.
<query>.loc.source
is now available on the inlined queryMajor rewrite. Code is now much smaller and more readable. (1 file, ~60 LOC)
Removed dependence on resolve
package.
Changelog
v1.3.2
Test version(debugging Windows problems), published as @winfix tag
First version that works on Windows/Mac/Linux
Changelog
v1.3.1
Test version(debugging Windows problems), published as @winfix tag
First working version on Windows, non-functional on Mac/Linux
Changelog
v1.3.0
Test version(debugging Windows problems), published as @winfix tag
Initial attempt, non-functional