Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #748 from transcom/css-loader
Browse files Browse the repository at this point in the history
MB-7119: update css-loader
  • Loading branch information
carterjones committed Mar 22, 2021
2 parents c8ad99c + 1600c26 commit 7cfcb1a
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 457 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ function getConfig(webpackEnv, appName) {
},
{
loader: require.resolve('css-loader'),
options: cssOptions,
options: {
...cssOptions,
url: url => !url.startsWith('/')
}
},
{
// Options for PostCSS as we reference these options twice
Expand Down

0 comments on commit 7cfcb1a

Please sign in to comment.