Fix dev mode, turn off react concurrent mode, update dependencies
This commit is contained in:
parent
df71c54d37
commit
0438a099cf
76 changed files with 1466 additions and 689 deletions
8
client/js/hot.js
Normal file
8
client/js/hot.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { setConfig } from 'react-hot-loader';
|
||||
import ReactDOM from 'react-dom';
|
||||
|
||||
setConfig({
|
||||
ignoreSFC: !!ReactDOM.setHotElementComparator,
|
||||
pureSFC: true,
|
||||
pureRender: true
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue