Skip to content

Commit

Permalink
Add React-Hot-Loader to persist state between updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrosquall committed Jul 16, 2018
1 parent 90a4866 commit 27d8cef
Show file tree
Hide file tree
Showing 4 changed files with 2,541 additions and 2,455 deletions.
7 changes: 7 additions & 0 deletions config-overrides.js
@@ -0,0 +1,7 @@
const rewireReactHotLoader = require('react-app-rewire-hot-loader')

/* config-overrides.js */
module.exports = function override(config, env) {
config = rewireReactHotLoader(config, env)
return config
}

0 comments on commit 27d8cef

Please sign in to comment.