[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
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'
}
]