Skip to content

Commit

Permalink
chore(webpack-config): verbose output removed from clean webpack plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Hayes <eric@hayesmarketing.io>
  • Loading branch information
hayes0724 authored and Eric Hayes committed Dec 14, 2020
1 parent d0afcb3 commit 4ae1f5c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.3.3](https://github.com/hayes0724/shopify-packer/compare/1.3.2...1.3.3) (2020-12-14)


### chore

* **webpack-config:** verbose output removed from clean webpack plugin ([50c7a34](https://github.com/hayes0724/shopify-packer/commit/50c7a3444b4d4f8a265cb26b932e2838b85ce39a))



## [1.3.2](https://github.com/hayes0724/shopify-packer/compare/1.3.1...1.3.2) (2020-12-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hayes0724/shopify-packer",
"version": "1.3.2",
"version": "1.3.3",
"bin": {
"packer": "cli/index.js"
},
Expand Down
1 change: 0 additions & 1 deletion src/webpack/parts/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const core = {

plugins: [
new CleanWebpackPlugin({
verbose: true,
cleanOnceBeforeBuildPatterns: [
path.join(process.cwd(), 'dist/**/*')
]
Expand Down

0 comments on commit 4ae1f5c

Please sign in to comment.