Skip to content

Commit

Permalink
'resolver-url-options' attempts option should be set to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran authored Oct 30, 2017
1 parent a65ea5d commit b2d899b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/loaders/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const extractOptions = {
use: [
{ loader: 'css-loader', options: { minimize: isProduction } },
{ loader: 'postcss-loader', options: { sourceMap: true, config: { path: postcssConfigPath } } },
{ loader: 'resolve-url-loader', options: { attempts: 0 } },
{ loader: 'resolve-url-loader', options: { attempts: 1 } },
{ loader: 'sass-loader', options: { sourceMap: true } }
]
}
Expand Down

0 comments on commit b2d899b

Please sign in to comment.