Merge branch 'feature/webpack2' into release/5.5.1
Showing
2 changed files
with
2 additions
and
2 deletions
@@ -106,7 +106,7 @@ exports.postcssPlugin = (et) => { | @@ -106,7 +106,7 @@ exports.postcssPlugin = (et) => { | ||
106 | propWhiteList: [] // 属性名称为空,表示替换所有属性的值 | 106 | propWhiteList: [] // 属性名称为空,表示替换所有属性的值 |
107 | }), | 107 | }), |
108 | autoprefixer({ | 108 | autoprefixer({ |
109 | - browsers: ['> 1%'] | 109 | + browsers: ['> 1%', 'android >=4', 'ios >=8'] |
110 | }), | 110 | }), |
111 | postUse({ | 111 | postUse({ |
112 | modules: ['postcss-clearfix', 'postcss-crip', 'postcss-short', 'postcss-center', 'postcss-position'] | 112 | modules: ['postcss-clearfix', 'postcss-crip', 'postcss-short', 'postcss-center', 'postcss-position'] |
-
Please register or login to post a comment