mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-22 04:18:33 -05:00
@@ -60,7 +60,7 @@ module.exports = (api, options) => {
|
||||
|
||||
webpackConfig.module
|
||||
.rule('images')
|
||||
.test(/\.(png|jpe?g|gif)(\?.*)?$/)
|
||||
.test(/\.(png|jpe?g|gif|webp)(\?.*)?$/)
|
||||
.use('url-loader')
|
||||
.loader('url-loader')
|
||||
.options({
|
||||
|
||||
Reference in New Issue
Block a user