Too loose dependency declaration on react-tools
jsx-loader now has "react-tools": ">= 0.12.1" which isn't right because 0.x releases can contain backward incompatible changes (according to semver) and an app which depends on jsx-loader can be affected even if it pinned jsx-loader to some particular version.
This can't be solved by pinning react-tools dependency in an app because jsx-loader depends on react-tools itself and... you know, this is Node.js.
+1, doing npm install now pulls in react-tools 0.13 which is not compatible with 0.12.2. We had to use our own fork of jsx-loader merely to pin down the dependency on react-tools.
running in the same issue, which currently completely breaks my webpack