Skip to content

Commit 14122ea

Browse files
author
caoli
committed
fix: autoprefixer
1 parent 57f1e97 commit 14122ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-react-webpack-boilerplate",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "基于 easywebpack-react 和 egg-view-react-ssr 插件服务端渲染工程骨架项目",
55
"scripts": {
66
"postinstall": "node ./script/postinstall.js",

postcss.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
1+
'use strict';
22

33
module.exports = {
44
plugins: [
5-
require('autoprefixer')
5+
require('autoprefixer')({ browsers: ['iOS >= 7', 'Android >= 4.0'] })
66
]
7-
};
7+
};

0 commit comments

Comments
 (0)