babel-plugin-dva-hmr icon indicating copy to clipboard operation
babel-plugin-dva-hmr copied to clipboard

create-react-app 中使用dva-hmr

Open weiq opened this issue 5 years ago • 1 comments

在create-react-app中配置dva-hmr还是整页刷新

module.exports = function override(config, env) {
// .....
  if (env === 'development') {
    config = injectBabelPlugin(['dva-hmr'], config);
  } 
// .....
};

weiq avatar Nov 29 '18 07:11 weiq