mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
update dependencies
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = {
|
||||
host: '0.0.0.0',
|
||||
historyApiFallback: {
|
||||
rewrites: [
|
||||
{ from: /^\/zanui\/vant\/examples/, to: '/mobile.html' },
|
||||
{ from: /^\/zanui\/vant\/examples/, to: '/examples.html' },
|
||||
{ from: /^\/zanui\/vant/, to: '/index.html' }
|
||||
]
|
||||
},
|
||||
@@ -100,7 +100,7 @@ module.exports = {
|
||||
new HtmlWebpackPlugin({
|
||||
chunks: ['vendor', 'vant-mobile'],
|
||||
template: 'docs/src/index.tpl',
|
||||
filename: 'mobile.html',
|
||||
filename: 'examples.html',
|
||||
inject: true
|
||||
}),
|
||||
new webpack.optimize.CommonsChunkPlugin({
|
||||
|
Reference in New Issue
Block a user