[improvement] optimize locale (#2725)

This commit is contained in:
neverland
2019-02-12 21:09:44 +08:00
committed by GitHub
parent ba811b50b0
commit a08666947f
7 changed files with 164 additions and 175 deletions

View File

@@ -13,6 +13,7 @@ const join = dir => path.join(root, dir);
function buildVantEntry() {
const uninstallComponents = [
'Locale',
'Lazyload',
'Waterfall'
];