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, { module.exports = merge(devConfig, {
output: { output: {
path: path.join(__dirname, '../docs/dist'), 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', filename: '[name].[hash:8].js',
umdNamedDefine: true, umdNamedDefine: true,
chunkFilename: 'async.[name].[chunkhash:8].js' chunkFilename: 'async.[name].[chunkhash:8].js'

View File

@ -115,6 +115,6 @@
"webpack": "^3.5.1", "webpack": "^3.5.1",
"webpack-dev-server": "^2.7.1", "webpack-dev-server": "^2.7.1",
"webpack-merge": "^4.1.0", "webpack-merge": "^4.1.0",
"zan-doc": "0.1.10" "zan-doc": "0.1.11"
} }
} }

1047
yarn.lock

File diff suppressed because it is too large Load Diff