@webpack-blocks/extract-text
Version:
Webpack block for the Extract Text Plugin.
36 lines (19 loc) • 785 B
Markdown
# @webpack-blocks/extract-text - Changelog
## 2.0.0-alpha
- Remove deprecated `fileType` API ([#260](https://github.com/andywer/webpack-blocks/issues/260))
- Support for webpack 4 ([#261](https://github.com/andywer/webpack-blocks/pull/261))
## 1.0.0-rc
- Breaking change: drop webpack 2 support, update extract-text-webpack-plugin to v3
## 1.0.0-beta.2
- Update dependency version
## 1.0.0-beta
- Use `match()` instead of `fileType` option
## 1.0.0-alpha
- Updated for new core API ([#125](https://github.com/andywer/webpack-blocks/issues/125))
- Requires node 6+
## 0.4.0
- Using updated `@webpack-blocks/webpack-common` to work with updated `webpack-merge`
## 0.3.0
Initial non-beta release. Aligned with the v0.3 release changes.
## 0.1.0-beta
Initial beta release.