The project uses an older 0.3.1 version of ant design pro, and roadhog is 1.3.1. The project wants to use align and production environment sourcemap, so it upgrades roadhog to 2.0 according to the official upgrade tutorial. there is no problem runni...
I want to configure how the common, of the compressed js, extraction common module should be configured in .webpackrc ...
how to configure the .webpackrc file for dva-cli. I want to package a commonly used dependency separately, but I don t know how to configure commons, to prompt "Configuration item multipage is not valid, please remove it. " every time. ...
dva is packaged with roadhog, and a lot of X.async.js are generated under the dist folder. How to create a new folder under the dist folder and put them in it? ...
A project built by practical antd displays a white screen when it enters the page for the first time. Debugging sees an error: as shown in figure: "index.js:99 Uncaught (in promise) Error: Loading chunk 1 failed. " at HTMLScriptElement.onScriptCom...
how can dva-cli change the packaged css style into two parts? my project should be compatible with ie9, so the style file should not be too large ...
dva version: 2.1.0 roadhog version: 1.3.1 roadhog officially does not recommend using webpack.config.js for configuration, but uses your own .uplohogrc or .uplohogrc.js . but now I need to use webpack.config.js in my project to make the con...