Disabled webpack HMR. See #2

This commit is contained in:
Michel Weststrate 2016-03-14 10:27:34 +01:00
parent 162f722ef9
commit 6c0878487f
3 changed files with 6 additions and 10 deletions

View file

@ -7,3 +7,5 @@ Initial run:
* Install Node.js
* `npm install`
* `npm start`
For simplicity sake Webpack Hot Module Reloading is disabled. If you want to use HMR, see the [Reactive2015 demo](https://github.com/mobxjs/mobx-reactive2015-demo) to see a valid setup.