react & web pack hot loader. “waiting for roots to load…to reload the inspector”

后端 未结 3 786
青春惊慌失措
青春惊慌失措 2021-01-11 18:03

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

3条回答
  •  灰色年华
    2021-01-11 18:22

    Updating my loader worked:

    module: { loaders: [ { test: /.js$/, exclude: /node_modules/, loader: "babel-loader"} ] }

提交回复
热议问题