We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe4481 commit 91e9d37Copy full SHA for 91e9d37
HISTORY.md
@@ -2,6 +2,11 @@
2
3
---
4
5
+## 0.10.1
6
+
7
+- `revert`: 回滚 svg-sprite-loader
8
+- `test`: 补充用例 svg 和 common
9
10
## 0.10.0
11
12
- `breaking`: 在 watch 模式下关闭 UglifyJsPlugin 和 DedupePlugin ,如果开启则会引起调试时不可预测的诡异问题。[#265](https://github.com/ant-tool/atool-build/issues/265)
package.json
@@ -1,6 +1,6 @@
1
{
"name": "atool-build",
- "version": "0.10.0",
+ "version": "0.10.1",
"description": "Build tool based on webpack",
"repository": {
"type": "git",
0 commit comments