Skip to content

Commit

Permalink
feat(config): Disable the output about the removal of the dist folder
Browse files Browse the repository at this point in the history
clean-webpack-plugin will no longer write to the console
  • Loading branch information
Eduard Kyvenko committed Apr 13, 2017
1 parent aeedd28 commit 24b7291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module.exports = {
// Remove the content of the ./dist/ folder.
new CleanWebpackPlugin([ 'dist' ], {
root: root,
verbose: true,
verbose: false,
dry: false
}),

Expand Down

0 comments on commit 24b7291

Please sign in to comment.