Open weiq opened 5 years ago
在create-react-app中配置dva-hmr还是整页刷新
module.exports = function override(config, env) { // ..... if (env === 'development') { config = injectBabelPlugin(['dva-hmr'], config); } // ..... };
请问解决了吗?
在create-react-app中配置dva-hmr还是整页刷新