Skip to content

Instantly share code, notes, and snippets.

@Joe1220
Created June 16, 2019 13:18
Show Gist options
  • Select an option

  • Save Joe1220/46bf4ec451a7c8196637c826c1cd8249 to your computer and use it in GitHub Desktop.

Select an option

Save Joe1220/46bf4ec451a7c8196637c826c1cd8249 to your computer and use it in GitHub Desktop.
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