mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
update yarn.lock
This commit is contained in:
parent
9605333040
commit
1cab7c449c
@ -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'
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user