Skip to content

Commit

Permalink
fix: importers for modern API
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed May 17, 2022
1 parent 58ffb68 commit 01a1af3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/utils.js
Expand Up @@ -224,15 +224,6 @@ async function getSassOptions(
options.syntax = "css";
}
}

options.importers = options.importers
? proxyCustomImporters(
Array.isArray(options.importers)
? options.importers
: [options.importers],
loaderContext
)
: [];
} else {
options.file = resourcePath;

Expand Down

0 comments on commit 01a1af3

Please sign in to comment.