[求助react+ts浏览器兼容问题] justdagege 2019-07-27 476 阅读1分钟 使用npx create-react-app --typescript 搭建 react+ts 项目后, 查看package.json中 react-scripts的版本是3.0.1 但是browserslist里的production没有写ie>11 (直接使用create-react-app搭建的js项目中,会有ie要求>11)针对这种情况 需不需要做降级处理啊?