[Improvement] update CDN domain (#652)

This commit is contained in:
neverland
2018-02-27 15:14:43 +08:00
committed by GitHub
parent 6ccaec078b
commit 8641701609
11 changed files with 18 additions and 19 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const devConfig = require('./webpack.config.dev.js');
module.exports = merge(devConfig, {
output: {
path: path.join(__dirname, '../docs/dist'),
publicPath: 'https://b.yzcdn.cn/zanui/vant/',
publicPath: 'https://img.yzcdn.cn/zanui/vant/',
filename: '[name].[hash:8].js',
umdNamedDefine: true,
chunkFilename: 'async_[name].[chunkhash:8].js'