@zodern/babel-plugin-meteor-relay
v1.1.4
Published
Babel plugin to use with zodern:relay
Readme
@zodern/babel-plugin-meteor-relay
Babel plugin to use with zodern:relay. Handles rewriting files in methods and publications directories.
To use:
npm install @zodern/babel-plugin-meteor-relayCreate a .babelrc file for your Meteor app:
{
"plugins": [
"@zodern/babel-plugin-meteor-relay"
]
}