Skip to content

Commit

Permalink
fix: stats-options
Browse files Browse the repository at this point in the history
  • Loading branch information
piecyk committed Nov 6, 2020
1 parent 5e25f29 commit 6d8140d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-cli/lib/utils/stats-options.js
@@ -1,4 +1,4 @@
const { packageExists } = require('./package-exists');
const packageExists = require('./package-exists');
const webpack = packageExists('webpack') ? require('webpack') : undefined;
const { options: coloretteOptions } = require('colorette');

Expand Down

0 comments on commit 6d8140d

Please sign in to comment.