https://github.com/easy-team/easywebpack/blob/9874cf76ab70e748144e5fe2e58f24aee1ad8c3b/utils/utils.js#L492 While webpack.config.js > output.publicPath changed, we have to run easy clean mannully. `utils.checkDllUpdate`, build the vendor (dll chunk) with publicPath build-in. so, it should detect the publicPath config changed and force rebuild automaticlly. thanks.