[Build] optimize config (#1167)

This commit is contained in:
neverland
2018-05-26 22:42:56 +08:00
committed by GitHub
parent ea76777ec7
commit a5413aebfa
2 changed files with 2 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ module.exports = Object.assign(config, {
path: path.join(__dirname, '../docs/dist'),
publicPath: 'https://img.yzcdn.cn/zanui/vant/',
filename: '[name].[hash:8].js',
umdNamedDefine: true,
chunkFilename: 'async_[name].[chunkhash:8].js'
}
});