Disabled webpack HMR. See #2
This commit is contained in:
parent
162f722ef9
commit
6c0878487f
3 changed files with 6 additions and 10 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue