Guest User

Untitled

a guest
Jul 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. const Clean = require('clean-webpack-plugin')
  2. // ...
  3. {
  4. // ...
  5. plugins: [
  6. new Clean('build/*.*', {/* options */})
  7. ]
  8. // ...
  9. }
Add Comment
Please, Sign In to add comment