Skip to content

Commit

Permalink
Merge branch 'bugfix-hjw-241220' into fix-drn
Browse files Browse the repository at this point in the history
  • Loading branch information
wenwenhua committed Dec 23, 2024
2 parents de8ae66 + ad20862 commit 0421f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-plugin/lib/platform/style/wx/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module.exports = function getSpec ({ warn, error }) {
} else if (char === ')') {
stack--
if (stack === 0) {
val = values.substring(start, i + 1)
val = values.substring(start + 1, i)
}
}
}
Expand Down

0 comments on commit 0421f91

Please sign in to comment.