将 modernizr 从 2.x 更新到 3.x

Updating the modernizr from 2.x to 3.x

我想更新一个 Modernizr 但我不知道该怎么做。在版本 3.x 中还有其他选项。 评论看起来像这样:

Modernizr 2.6.2 (Custom Build) | MIT & BSD
 * Build: http://modernizr.com/download/#-csstransforms3d-shiv-cssclasses-teststyles-testprop-testallprops-prefixes-domprefixes-load

谢谢!

Modernizr 可以通过在项目站点上生成自定义构建来更新:

https://modernizr.com/download

这样就必须选择要测试的浏览器功能。

根据提供的现有 v2 dist 的评论,v3 等效项为: https://modernizr.com/download?csstransforms3d-prefixed-prefixedcss-prefixedcssvalue-setclasses-shiv-testallprops-testprop-teststyles

注意:Modernizr.load 已弃用并从 v3 中删除。