From 01a1af36fd16d5351a086cb57b0936aa1cbae84e Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Tue, 17 May 2022 21:35:10 +0300 Subject: [PATCH] fix: importers for modern API --- src/utils.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/utils.js b/src/utils.js index 499d70f0..1b40af48 100644 --- a/src/utils.js +++ b/src/utils.js @@ -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;