update yarn.lock

This commit is contained in:
陈嘉涵
2017-08-09 16:45:39 +08:00
parent 9605333040
commit 1cab7c449c
3 changed files with 563 additions and 488 deletions

View File

@@ -6,7 +6,7 @@ var devConfig = require('./webpack.config.dev.js');
module.exports = merge(devConfig, {
output: {
path: path.join(__dirname, '../docs/dist'),
publicPath: 'https://b.yzcdn.cn/zanui/vue',
publicPath: 'https://b.yzcdn.cn/zanui/vue/',
filename: '[name].[hash:8].js',
umdNamedDefine: true,
chunkFilename: 'async.[name].[chunkhash:8].js'