mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 07:26:56 +08:00
revert webpackbar
This commit is contained in:
parent
9b9c4c7dec
commit
5204b45e01
@ -174,7 +174,7 @@
|
|||||||
"typescript": "~3.1.1",
|
"typescript": "~3.1.1",
|
||||||
"unified": "^7.0.0",
|
"unified": "^7.0.0",
|
||||||
"values.js": "^1.0.3",
|
"values.js": "^1.0.3",
|
||||||
"webpackbar": "^3.0.3",
|
"webpackbar": "^2.6.3",
|
||||||
"xhr-mock": "^2.4.1",
|
"xhr-mock": "^2.4.1",
|
||||||
"xhr2": "^0.1.4"
|
"xhr2": "^0.1.4"
|
||||||
},
|
},
|
||||||
|
@ -33,7 +33,7 @@ function usePrettyWebpackBar(config) {
|
|||||||
// use brand new progress bar.
|
// use brand new progress bar.
|
||||||
config.plugins.push(
|
config.plugins.push(
|
||||||
new WebpackBar({
|
new WebpackBar({
|
||||||
name: '📦 Site',
|
name: '📦 Ant Design Site',
|
||||||
minimal: false,
|
minimal: false,
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user