Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEJIA-LIU committed Sep 5, 2024
1 parent 8c666e1 commit 1cb0c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-webpack-runner/src/utils/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export const parseModule = (appPath: string, {
if (Array.isArray(compile.include)) {
scriptRule.include.unshift(...compile.include)
}
if(Array.isArray(compile.exclude)) {
if (Array.isArray(compile.exclude)) {
scriptRule.exclude.unshift(...compile.exclude)
}

Expand Down

0 comments on commit 1cb0c4d

Please sign in to comment.