ko icon indicating copy to clipboard operation
ko copied to clipboard

Project toolkit for React Applications

Results 7 ko issues
Sort by recently updated
recently updated
newest added

- [116](https://github.com/DTStack/ko/issues/116) - [144](https://github.com/DTStack/ko/pull/144 ) - [147](https://github.com/DTStack/ko/pull/147)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

ko主要是基于webpack和edbuild之上,干了什么事情?

将 immer 加入 babel-loader 的转义中,实现 chrome

## 问题描述 immer 中的可选链语法 ?. 并没有被 Babel 转译为 ES5,而是直接输出到打包结果中,导致在低版本浏览器(如 Chrome 65)中报错。 ## 复现 chrome 79 就访问子产品,白屏掉; ## 期望 immer v10 走 bable-loader ,匹配 chrome 65 ,将可选链等兼容掉;