File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
---
4
4
5
+ ## 0.10.0
6
+
7
+
- ` breaking ` : 在 watch 模式下关闭 UglifyJsPlugin 和 DedupePlugin ,如果开启则会引起调试时不可预测的诡异问题。[ #265 ] ( https://github.com/ant-tool/atool-build/issues/265 )
8
+
- ` breaking ` : 使用 url-loader 来处理 ` eot ` 字体文件(之前是 file-loader),并新增相关用例。https://github.com/ant-tool/atool-build/pull/266
9
+ - ` breaking ` : 不再支持 node@6 以下,官方不再检查相关兼容性 https://github.com/ant-tool/atool-build/commit/5ccfca937c6353419ee1634666760714151ca8e2
10
+ - ` feat ` : 新增 svg-sprite-loader 来处理 svg sprite 需求,应用规则为 ` *.icon.svg `
11
+
- ` feat ` : 新增 case-sensitive-paths-webpack-plugin 避免在不同 os 平台下对 case 大小写支持问题
https://github.com/ant-tool/atool-build/pull/251
12
+ - ` feat ` : 新增 denpendices.js 导出 atool-build 内置的依赖,诸如: ExtractTextPlugin https://github.com/ant-tool/atool-build/pull/264
13
+
- ` deps ` : 升级所有 atool-build 内置依赖(包含 webpack 升级至 1.15.0 - 1 分支中最新版本)并逐个过了相关用例 https://github.com/ant-tool/atool-build/pull/263
14
+ - ` fix ` : 修复 ts 用例 https://github.com/ant-tool/atool-build/commit/83cccdaa9bdcf928c2ac712b5bceae6a328d05e5
15
+ - ` test ` : 新增 autoprefix 相关用例 https://github.com/ant-tool/atool-build/pull/267
16
+
5
17
## 0.9.0
6
18
7
19
- upgrade typescript to 2. Ref. #221
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " atool-build" ,
3
- "version" : " 0.9.4 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"description" : " Build tool based on webpack" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments