从零开始搭建后台--Create React App 热加载

146 阅读1分钟

加入 react-router-dom 后,没法热加载

# index.js 在最后加入:
if(module.hot){
  module.hot.accept()
}