Skip to content

Releases: johnagan/clean-webpack-plugin

v4.0.0

01 Sep 13:46
Compare
Choose a tag to compare

Changes

  • Added support for NodeJS 14
  • Added support for webpack 5

Breaking changes:

  • Dropped support for NodeJS 8
  • Dropped support for webpack 3

v3.0.0

30 May 13:40
6fd2f73
Compare
Choose a tag to compare
  • Removed Node 6 support
  • Removed webpack 2 support
  • cleanOnceBeforeBuildPatterns use emit hook instead of compile
  • Do not clean files if webpack errors are present during initial build
  • Replaced default export with named export CleanWebpackPlugin
// es modules
import { CleanWebpackPlugin } from 'clean-webpack-plugin';

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

v2.0.2

06 May 20:04
Compare
Choose a tag to compare
bumped version to 2.0.2

v2.0.1

14 Mar 18:23
Compare
Choose a tag to compare
bummped version to 2.0.1

v2.0.0

04 Mar 17:10
Compare
Choose a tag to compare

Relavant:

Changes:

  • No configuration is needed for standard usage (cleans webpack's output.path)
  • By default during webpack's watch mode, only files created by webpack are removed
  • Because del is used, globbing is supported
  • Plugin is tested directly via webpack
  • All supported versions are tested
  • Windows is tested via appveyor (no mocked tests)
  • Complete build system including prepublish hooks and git prepush/commit hooks
  • Written with Typescript

Additional notes:

Closes Issues: #53 #55 #67 #73 #80 #85 #86 #89 #91 #92 #93 #98
Closes PRs: #39 #74

Massive props to @chrisblossom for working on this and pushing it through.

v1.0.1

22 Jan 05:08
Compare
Choose a tag to compare
bumped version

v1.0.0

12 Nov 00:08
Compare
Choose a tag to compare

No updates from sub v1 release.