Easy modular Ramda builds. Adds the Ramda Babel plugin to your Gatsby build
npm install --save gatsby-plugin-ramda ramda
Add the plugin to your gatsby-config.js
.
plugins: [`gatsby-plugin-ramda`]
See the official Babel plugin documentation for more information.