zhangrenyang

Results 4 issues of zhangrenyang

最小复现仓库地址 [webpack5-cache-debug](https://github.com/zhangrenyang/webpack5-cache-debug) webpack版本如下 ```json "devDependencies": { "webpack": "^5.10.3", "webpack-cli": "^4.2.0" }, ``` webpack配置文件如下 webpack.config.js ```js module.exports = { cache: { type: 'filesystem' //写入缓存到硬盘 }, snapshot: { managedPaths: [path.resolve(__dirname, 'node_modules')],//配置包管理器管理的路径 }...

## Summary Such as: ```js let lastProp = { style: null }; let nextProp = { style: { color: "red" } }; ``` [This code](https://github.com/facebook/react/blob/main/packages/react-dom-bindings/src/client/ReactDOMComponent.js#L742-L747) here will add `[style: null]`...

CLA Signed

## Summary ## How did you test this change?

CLA Signed

Seems to be missing an `I` and a period?