We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d7f77 commit d7cfa00Copy full SHA for d7cfa00
packages/@vue/cli-service/lib/config/base.js
@@ -79,7 +79,7 @@ module.exports = (api, options) => {
79
80
webpackConfig.module
81
.rule('fonts')
82
- .test(/\.(woff2?|eot|ttf|otf)(\?.*)?$/)
+ .test(/\.(woff2?|eot|ttf|otf)(\?.*)?$/i)
83
.use('url-loader')
84
.loader('url-loader')
85
.options({
0 commit comments