已采纳回答 / 爆炒小黄鸡
是react-hot-loader的问题,把cfg/dev.js中的loader: 'react-hot!babel-loader',改成loader:'babel-loader'就好了。
2016-11-17