Created
June 16, 2019 13:26
-
-
Save Joe1220/1d8a8b7ae62866af21c05ed448fa9730 to your computer and use it in GitHub Desktop.
add decorator simple App.js
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