Skip to content

Commit

Permalink
Update dependency clean-webpack-plugin to v3 (#420)
Browse files Browse the repository at this point in the history
* Update dependency clean-webpack-plugin to v3

* Adapt to johnagan/clean-webpack-plugin#138
  • Loading branch information
renovate[bot] authored and foolip committed Jun 3, 2019
1 parent 29d8505 commit c7efcba
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/webpack.common.js
Expand Up @@ -5,7 +5,7 @@

const path = require('path');

const CleanWebpackPlugin = require('clean-webpack-plugin');
const {CleanWebpackPlugin} = require('clean-webpack-plugin');

const C = require('./webpack.constants.js');

Expand Down
65 changes: 58 additions & 7 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
Expand Up @@ -39,7 +39,7 @@
"@babel/core": "7.4.5",
"@babel/preset-env": "7.4.5",
"babel-loader": "8.0.6",
"clean-webpack-plugin": "2.0.2",
"clean-webpack-plugin": "3.0.0",
"codecov": "3.5.0",
"css-loader": "2.1.1",
"doctoc": "1.4.0",
Expand Down

0 comments on commit c7efcba

Please sign in to comment.