Skip to content

Instantly share code, notes, and snippets.

@hypeJunction
Created November 28, 2020 23:02
Show Gist options
  • Save hypeJunction/2460891a25bfd750c2cedd3079171814 to your computer and use it in GitHub Desktop.
Save hypeJunction/2460891a25bfd750c2cedd3079171814 to your computer and use it in GitHub Desktop.
// config-overrides.js
const {
override,
removeModuleScopePlugin,
} = require('customize-cra');
module.exports = override(
removeModuleScopePlugin()
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment