umijs / plugins

🍣 The one-stop shop for official Umi plugins and presets.
347 stars 239 forks source link

fix(preset-react): use locale 0.15.2 for check cookieEnable #929

Closed PeachScript closed 1 year ago

PeachScript commented 1 year ago

背景

Bigfish 3 一直在使用 @umijs/preset-react@1.8.x,但目前最新版锁定了 @umijs/plugin-locale@0.15.1,不包含 cookieEnable 检查的修复,在无痕浏览器下仍然访问 LocalStorage 可能会报错(取决于浏览器配置)

方案

单独切出 preset-react-1.x 分支,升级到 @umijs/plugin-locale@0.15.2,该版本仅包含这个修复 PR:https://github.com/umijs/plugins/pull/809