Created
June 16, 2019 13:18
-
-
Save Joe1220/46bf4ec451a7c8196637c826c1cd8249 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 { | |
| addDecoratorsLegacy, | |
| disableEsLint, | |
| override | |
| } = require("customize-cra"); | |
| module.exports = { | |
| webpack: override( | |
| disableEsLint(), | |
| addDecoratorsLegacy() | |
| ) | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment