Skip to content

Instantly share code, notes, and snippets.

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