Skip to content

Commit 5c5bc39

Browse files
committed
1 parent c2f9150 commit 5c5bc39

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/processCss.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,7 @@ module.exports = function processCss(inputSource, inputMap, options) {
142142
return url;
143143
}
144144
}),
145-
extractImports({
146-
createImportedName: function(importName) {
147-
return "___" + importName;
148-
}
149-
}),
145+
extractImports(),
150146
modulesScope({
151147
generateScopedName: function(exportName) {
152148
return getLocalIdent(options.loaderContext, localIdentName, exportName, {

0 commit comments

Comments
 (0)