Skip to content

Commit

Permalink
Remove unused webpack file-loader for images and fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
steinarb committed May 12, 2021
1 parent 654f43a commit 18ef320
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ module.exports = {
test: /\.css$/,
use: [ { loader: 'style-loader' }, { loader: 'css-loader' } ]
},
{
test: /\.(eot|svg|ttf|woff|woff2|otf)(\??#?v=[.0-9]+)?$/,
use: 'file-loader?name=[name].[ext]',
},
]
}
};

0 comments on commit 18ef320

Please sign in to comment.