Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a note about CleanWebpackPlugin v2
  • Loading branch information
bocharsky-bw committed Mar 25, 2019
1 parent b842a09 commit 23cf6c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions knpu/ep3-webpack/versioning-optimization.md
Expand Up @@ -110,6 +110,11 @@ You can probably guess the next step. To the `plugins` section! Add
That's a *glob* pattern: the `**` says look at `web/build` recursively, and the
`*.*` says "delete all files"... but not directories.

***TIP
Version 2 of this plugin doesn't require any arguments: it knows automatically to delete
any output files.
***

Try it! Run:

```terminal
Expand Down

0 comments on commit 23cf6c8

Please sign in to comment.