Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Releases: webpack-contrib/extract-text-webpack-plugin

v4.0.0-beta.0

28 Feb 02:52
Compare
Choose a tag to compare
v4.0.0-beta.0 Pre-release
Pre-release
npm i -D extract-text-webpack-plugin@next

2018-02-28

Bug Fixes

  • index: don't crash with dynamic import() (#728) (348b46b)

v4.0.0-alpha.0

14 Feb 11:41
Compare
Choose a tag to compare
v4.0.0-alpha.0 Pre-release
Pre-release
npm i -D extract-text-webpack-plugin@next

2018-02-14

Chores

  • package: update engines && peerDependencies (05b41f3)

Code Refactoring

  • ExtractTextPlugin: update to new plugin system and API's (#707) (51c56c0)

BREAKING CHANGES

  • ExtractTextPlugin: requires webpack >= v4.0.0
  • package: requires node >= v6.0.0 (engines)

v3.0.2

25 Oct 17:11
Compare
Choose a tag to compare

2017-10-25

Bug Fixes

  • refer to the entrypoint instead of the first module (module.identifier) (#601) (d5a1de2)

v3.0.1

03 Oct 11:22
Compare
Choose a tag to compare

2017-10-03

Bug Fixes

  • index: stricter check for shouldExtract !== wasExtracted (#605) (510704f)
  • get real path from __filename instead of __dirname (NS) (8de6558)

v3.0.0

10 Jul 21:06
Compare
Choose a tag to compare

2017-07-10

Bug Fixes

Code Refactoring

  • Apply webpack-defaults & webpack 3.x support (#540) (7ae32d9)

  • refactor: DeprecationWarning: Chunk.modules 543

BREAKING CHANGES

  • Enforces engines of "node": ">=4.3.0 < 5.0.0 || >= 5.10

  • Updates to Chunk.mapModules. This release is not backwards compatible with Webpack 2.x due to breaking changes in webpack/webpack#4764

  • Enforces peerDependencies of "webpack": "^3.1.0".

Release v3.0.0-rc.2

10 Jul 17:08
Compare
Choose a tag to compare
Release v3.0.0-rc.2 Pre-release
Pre-release

3.0.0-rc.2 (2017-07-10)

Bug Fixes

Release v3.0.0-rc.1

10 Jul 17:07
Compare
Choose a tag to compare
Release v3.0.0-rc.1 Pre-release
Pre-release

3.0.0-rc.1 (2017-07-07)

Bug Fixes

IMPORTANT NOTE: This has a minimum Webpack peerDependency of >=3.1.0

Release v3.0.0-rc.0

10 Jul 17:07
Compare
Choose a tag to compare
Release v3.0.0-rc.0 Pre-release
Pre-release

3.0.0-rc.0 (2017-07-07)

Code Refactoring

  • Update deprecated chunk.modules functions (#553) (be7936d)

BREAKING CHANGES

  • Updates to Chunk.mapModules | forEachModule | getNumberOfModules. This release is not backwards compatible with Webpack 2.x due to breaking changes in webpack/webpack#4764

Release v3.0.0-beta.3

24 Jun 04:18
Compare
Choose a tag to compare
Release v3.0.0-beta.3 Pre-release
Pre-release

3.0.0-beta.3 (2017-06-24)

Bug Fixes

  • Distribute schema with package (5d0c28f)

Release v3.0.0-beta.0

24 Jun 02:43
Compare
Choose a tag to compare
Release v3.0.0-beta.0 Pre-release
Pre-release

3.0.0-beta.0 (2017-06-23)

Bug Fixes

  • add missing options.ignoreOrder details in Error message (#539) (dd43832)

Code Refactoring

BREAKING CHANGES

  • Updates to Chunk.mapModules. This release is not backwards compatible with Webpack 2.x due to breaking changes in webpack/webpack#4764
  • Enforces peerDependencies of "webpack": ">= 3.0.0-rc.0 || ^3.0.0".
  • Enforces engines of "node": ">=4.3.0 < 5.0.0 || >= 5.10