Skip to content

Commit 91e9d37

Browse files
committed
0.10.1
1 parent afe4481 commit 91e9d37

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
---
44

5+
## 0.10.1
6+
7+
- `revert`: 回滚 svg-sprite-loader
8+
- `test`: 补充用例 svg 和 common
9+
510
## 0.10.0
611

712
- `breaking`: 在 watch 模式下关闭 UglifyJsPlugin 和 DedupePlugin ,如果开启则会引起调试时不可预测的诡异问题。[#265](https://github.com/ant-tool/atool-build/issues/265)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atool-build",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Build tool based on webpack",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)