Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency clean-webpack-plugin to v2 (#466)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency clean-webpack-plugin to v2

* Update options for v2.0
  • Loading branch information
renovate[bot] authored and ryelle committed Mar 4, 2019
1 parent 95f5ea0 commit 1455caa
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 6 deletions.
51 changes: 47 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"babel-eslint": "10.0.1",
"babel-loader": "8.0.5",
"classnames": "2.2.6",
"clean-webpack-plugin": "1.0.1",
"clean-webpack-plugin": "2.0.0",
"core-js": "2.6.5",
"cross-env": "5.2.0",
"css-loader": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const GutenbergBlocksConfig = {
],
},
plugins: [
new CleanWebpackPlugin( 'build', {} ),
new CleanWebpackPlugin(),
new MiniCssExtractPlugin( {
filename: '[name].css',
} ),
Expand Down

0 comments on commit 1455caa

Please sign in to comment.