Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 4, 2020
1 parent 717d301 commit f1d64f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack/src/config/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default class WebpackClientConfig extends WebpackBaseConfig {
}

// Single chunk is not command
if (name.length === 1) {
if (names.length === 1) {
return names[0]
}

Expand Down

0 comments on commit f1d64f3

Please sign in to comment.