[Build] optimize config (#1167)

This commit is contained in:
neverland 2018-05-26 22:42:56 +08:00 committed by GitHub
parent ea76777ec7
commit a5413aebfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -59,14 +59,14 @@ module.exports = {
]
},
{
test: /\.md/,
test: /\.md$/,
use: [
'vue-loader',
'fast-vue-md-loader'
]
},
{
test: /\.(ttf|svg)(\?.*)?$/,
test: /\.(ttf|svg)$/,
loader: 'url-loader'
}
]

View File

@ -9,7 +9,6 @@ module.exports = Object.assign(config, {
path: path.join(__dirname, '../docs/dist'),
publicPath: 'https://img.yzcdn.cn/zanui/vant/',
filename: '[name].[hash:8].js',
umdNamedDefine: true,
chunkFilename: 'async_[name].[chunkhash:8].js'
}
});