加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.browserslistrc 655 Bytes
一键复制 编辑 原始数据 按行查看 历史
minggo 提交于 2020-06-18 14:12 . Browserslist (#2464) (#2595)
# This file provides [browserslist](https://github.com/browserslist/browserslist) query.
# Syntax and meaning of this file obeys browserslist's document.
#
# Lite currently use V8 as its backend.
# We can deduce browserslist query according to [Google chrome version history](https://en.wikipedia.org/wiki/Google_Chrome_version_history).
# For example,
# Lite 1.2 use V8@8.0.426.16.
# According to that table, the Google chrome 80.0.3987
# is the minimal version which compatible with V8 at this version.
# So we could use browserslist query "chrome 80" to bound the specification we're supporting.
chrome 80 # We currently use V8@8.0.426.16
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化