Skip to content

Commit 419cfdd

Browse files
author
liujia
committed
发布3.4.13
1 parent 2b0bb14 commit 419cfdd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## changelog
22

3+
### 3.4.12 / 2018/08/15 19:58:00
4+
* [add] 支持autoprefixer的browserslist配置,灵活输出浏览器前缀
5+
36
### 3.4.11 / 2018/08/01 14:43:00
47
* [opti] babel编译默认支持由preset-es2015升级到preset-env。
58

doc/a_tool_config.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@
8686

8787
* `"cssSpriteDirection": vertical` - vertical:垂直合并,horizontal:水平合并
8888

89-
* `"cssAutoPrefixer": true` - 【常用】是否自动删除过时的浏览器css前缀,如`-webkit-box-orient: vertical;`这种
89+
* `"cssAutoPrefixer": true` - 【常用】是否自动删除过时的浏览器css前缀,如`-webkit-box-orient: vertical;`
90+
91+
* `"browserslist": ["last 2 version", "> 0.2%", "ie > 7"]` - 【常用】配置autoprefixer的浏览器兼容处理
9092

9193
* `"base64": false` - 是否对图片进行base64编码
9294

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jdfx",
33
"description": "京东前端自动化构建工具",
4-
"version": "3.4.11",
4+
"version": "3.4.12",
55
"author": {
66
"name": "jdfx",
77
"email": "chenxiaochun@jd.com"

0 commit comments

Comments
 (0)