Skip to content

Instantly share code, notes, and snippets.

@Bastiani
Created January 15, 2019 16:07
Show Gist options
  • Save Bastiani/8ccb7bd1e5f4d21a5bd9d761d53cc563 to your computer and use it in GitHub Desktop.
Save Bastiani/8ccb7bd1e5f4d21a5bd9d761d53cc563 to your computer and use it in GitHub Desktop.
const { addBabelPlugins, disableEsLint, override } = require('customize-cra');
module.exports = override(disableEsLint(), ...addBabelPlugins('relay'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment