mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
[Build] optimize config (#1167)
This commit is contained in:
@@ -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'
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user