Skip to content

Commit

Permalink
chore: fix default value
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Nov 5, 2024
1 parent 5544aaf commit d34d6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/webpack-cli-test-plugin.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class WebpackCLITestPlugin {
constructor(configOptions, pluginOptions = {}) {
const { showAll, showHooks, envVariables } = pluginOptions;
const { showAll = true, showHooks, envVariables } = pluginOptions;
this.opts = configOptions;
this.showAll = showAll;
this.showHooks = showHooks;
Expand Down

0 comments on commit d34d6e3

Please sign in to comment.