-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Closed
Description
Bug report
What is the current behavior?
!!xxx/css-loader/src/index.js??xxx/postcss-loader/src/index.js??ruleSet[1].rules[3].oneOf[6].use[2]!./globals.css will not pick any loader, but asset/resource can be merged in
What is the expected behavior?
I'm guessing that the following new judgment statement should be added
+ if (r.type !== "type" || (r.type === "type" && r.value === settings.type) ) {
+ }Reactions are currently unavailable
