Just updated react to 0.13.3 and now I get the following message in Chrome react developer tool: \"waiting for roots to load...to reload the inspector\" and a b
\"waiting for roots to load...to reload the inspector\"
Updating my loader worked:
module: { loaders: [ { test: /.js$/, exclude: /node_modules/, loader: "babel-loader"} ] }