[Improvement] AddressEdit: fit in small screen (#1082)

This commit is contained in:
neverland
2018-05-16 20:52:18 +08:00
committed by GitHub
parent 42ac659aea
commit 1bae8ab986
9 changed files with 581 additions and 140 deletions

View File

@@ -27,7 +27,6 @@ module.exports = {
resolve: {
extensions: ['.js', '.vue', '.css'],
alias: {
vue: 'vue/dist/vue.runtime.esm.js',
packages: path.join(__dirname, '../packages')
}
},
@@ -76,13 +75,13 @@ module.exports = {
new VueLoaderPlugin(),
new ProgressBarPlugin(),
new HtmlWebpackPlugin({
chunks: ['vendor', 'vant-docs'],
chunks: ['vant-docs'],
template: 'docs/src/index.tpl',
filename: 'index.html',
inject: true
}),
new HtmlWebpackPlugin({
chunks: ['vendor', 'vant-mobile'],
chunks: ['vant-mobile'],
template: 'docs/src/index.tpl',
filename: 'examples.html',
inject: true