We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d7e00 commit 763cf7aCopy full SHA for 763cf7a
packages/@vue/cli-service/lib/config/base.js
@@ -60,7 +60,7 @@ module.exports = (api, options) => {
60
61
webpackConfig.module
62
.rule('images')
63
- .test(/\.(png|jpe?g|gif)(\?.*)?$/)
+ .test(/\.(png|jpe?g|gif|webp)(\?.*)?$/)
64
.use('url-loader')
65
.loader('url-loader')
66
.options({
0 commit comments