Skip to content

Commit 2c40219

Browse files
author
liujia
committed
【jdfx@3.4.12】
1 parent 419cfdd commit 2c40219

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## changelog
22

33
### 3.4.12 / 2018/08/15 19:58:00
4-
* [add] 支持autoprefixer的browserslist配置,灵活输出浏览器前缀
4+
* [add] 支持autoprefixer的browserslist配置,灵活输出浏览器前缀
55

66
### 3.4.11 / 2018/08/01 14:43:00
77
* [opti] babel编译默认支持由preset-es2015升级到preset-env。

doc/a_tool_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
* `"cssAutoPrefixer": true` - 【常用】是否自动删除过时的浏览器css前缀,如`-webkit-box-orient: vertical;`
9090

91-
* `"browserslist": ["last 2 version", "> 0.2%", "ie > 7"]` - 【常用】配置autoprefixer的浏览器兼容处理
91+
* `"browserslist": ["last 2 version", "> 0.2%", "ie > 7"]` - 【常用】配置autoprefixer的browserslist。
9292

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"tool",
1616
"cli",
1717
"front-end",
18+
"webpack",
1819
"fe"
1920
],
2021
"license": "MIT",

0 commit comments

Comments
 (0)