-
-
Notifications
You must be signed in to change notification settings - Fork 787
Description
System Info
@rspack/core: 1.5.7
Details
break
statement is missed in:
rspack/packages/rspack/src/loader-runner/index.ts
Lines 877 to 881 in 1573264
case RequestType.GetLogger: { | |
const [type, name, arg] = args; | |
(loaderContext.getLogger(name) as any)[type](...arg); | |
} | |
case RequestType.EmitError: { |
BTW, why the noFallthroughSwitchClause
rule is turned off?
Line 46 in 1573264
"noFallthroughSwitchClause": "off", |
Reproduce link
No response
Reproduce Steps
- enable less-loader parallel
- import '@arco-design/web-react/dist/css/index.less
Metadata
Metadata
Assignees
Labels
No labels