Skip to content

Commit 44352cd

Browse files
author
Ken Berkeley
committed
fix url-loader config
1 parent d7534be commit 44352cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/webpack.base.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module.exports = {
9999
}
100100
}, {
101101
test: /\.(woff2?|eot|ttf|otf)$/,
102-
loader: 'fonts/url-loader?limit=10240&name=[name]-[hash:6].[ext]'
102+
loader: 'url-loader?limit=10240&name=fonts/[name]-[hash:6].[ext]'
103103
}]
104104
},
105105
eslint: {

0 commit comments

Comments
 (0)