Skip to content

Commit

Permalink
Unnecessary two times resolving of URL loader
Browse files Browse the repository at this point in the history
  • Loading branch information
andriibyk committed Nov 20, 2018
1 parent 1d6ec2d commit ea2dfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.js/loaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const cssLoaderServer = {

const urlLoaderClient = {
test: /\.(png|jpe?g|gif|svg)$/,
loader: require.resolve(require.resolve('url-loader')),
loader: require.resolve('url-loader'),
options: {
limit: 2048,
name: 'assets/[name].[hash:8].[ext]',
Expand Down

0 comments on commit ea2dfdd

Please sign in to comment.