Skip to content

Commit 01a1af3

Browse files
fix: importers for modern API
1 parent 58ffb68 commit 01a1af3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/utils.js

-9
Original file line numberDiff line numberDiff line change
@@ -224,15 +224,6 @@ async function getSassOptions(
224224
options.syntax = "css";
225225
}
226226
}
227-
228-
options.importers = options.importers
229-
? proxyCustomImporters(
230-
Array.isArray(options.importers)
231-
? options.importers
232-
: [options.importers],
233-
loaderContext
234-
)
235-
: [];
236227
} else {
237228
options.file = resourcePath;
238229

0 commit comments

Comments
 (0)