Created
January 15, 2019 16:07
-
-
Save Bastiani/8ccb7bd1e5f4d21a5bd9d761d53cc563 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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