revert webpackbar

This commit is contained in:
afc163 2018-11-09 18:32:20 +08:00
parent 9b9c4c7dec
commit 5204b45e01
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@
"typescript": "~3.1.1",
"unified": "^7.0.0",
"values.js": "^1.0.3",
"webpackbar": "^3.0.3",
"webpackbar": "^2.6.3",
"xhr-mock": "^2.4.1",
"xhr2": "^0.1.4"
},

View File

@ -33,7 +33,7 @@ function usePrettyWebpackBar(config) {
// use brand new progress bar.
config.plugins.push(
new WebpackBar({
name: '📦 Site',
name: '📦 Ant Design Site',
minimal: false,
})
);