dvajs / dva

🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo)
https://dvajs.com/
MIT License
16.24k stars 3.17k forks source link

支持 es最新版 #2488

Open Promisezhangbo opened 2 years ago

Promisezhangbo commented 2 years ago

怎么配置可选链操作符及空置合并操作符 const a = arr?.map((item) => item} 这个不支持 '@babel/plugin-proposal-optional-chaining', //可选链 ?. '@babel/plugin-proposal-nullish-coalescing-operator' //空值合并 ?? 这两个插件如何再dva项目中配置

geekact commented 2 years ago

和dva无关系?需配置webpack里的babel,或者使用vite零配置即可支持这些特性。