Skip to content

Commit

Permalink
Simplified a regexp in the webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
okonet committed Oct 12, 2016
1 parent 06b0a7b commit a80d108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
module: {
loaders: [
{
test: /\.((png)|(eot)|(woff)|(woff2)|(ttf)|(svg)|(gif))(\?v=\d+\.\d+\.\d+)?$/,
test: /\.(png|eot|woff|woff2|ttf|svg|gif)(\?v=\d+\.\d+\.\d+)?$/,
loader: 'url-loader?limit=100000',
},
{
Expand Down

0 comments on commit a80d108

Please sign in to comment.