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

@ -23,16 +23,15 @@
},
"homepage": "http://mobxjs.github.com/mobx",
"devDependencies": {
"react-hot-loader": "^2.0.0-alpha-4",
"ts-loader": "^0.8.1",
"typescript": "^1.8.2",
"webpack": "^1.9.6",
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"mobx": "^2.0.0",
"mobx-react": "^3.0.0",
"mobx-react-devtools": "^4.0.1",
"mobx": "^2.0.2",
"mobx-react": "^3.0.1",
"mobx-react-devtools": "^4.0.2",
"react": "^0.14.0",
"react-dom": "^0.14.0"
}