Created
May 28, 2020 18:55
-
-
Save RichardLindhout/c8fcee219672fbf9c038348cd13eeaec to your computer and use it in GitHub Desktop.
Enable React-Fast-Refresh in Create React App
This file contains 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
/* 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