diff --git a/package.json b/package.json index 30540774d6..23f51fb1d3 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/site/bisheng.config.js b/site/bisheng.config.js index c258385a21..24e7ad015d 100644 --- a/site/bisheng.config.js +++ b/site/bisheng.config.js @@ -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, }) );