Skip to content

Instantly share code, notes, and snippets.

@RichardLindhout
Created May 28, 2020 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RichardLindhout/c8fcee219672fbf9c038348cd13eeaec to your computer and use it in GitHub Desktop.
Save RichardLindhout/c8fcee219672fbf9c038348cd13eeaec to your computer and use it in GitHub Desktop.
Enable React-Fast-Refresh in Create React App
/* config-overrides.js */
const { override } = require('customize-cra')
const { addReactRefresh } = require('customize-cra-react-refresh')
module.exports = override(addReactRefresh())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment