-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Raised package version to 3.0.0 (#64)
- Refactored logic from prototype class to class - Switched from done hook to afterEmit because webpack v5 shrinks assets to SizeOnlySource - Added config validation - Restructured options from single attributes to options attribute - Adding webpack as peerDependency and node > 10 as engine - Removed webpack 3 support
- Loading branch information
Showing
7 changed files
with
1,452 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
### [3.0.0](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.3.0...v3.0.0) (2021-02-20) | ||
|
||
### ⚠ POTENTIAL BREAKING CHANGE | ||
|
||
Configuration is now be validated against schema and webpack v3 support was removed. | ||
Node version have to be >= 10.18.0. | ||
|
||
### Features | ||
|
||
* Refactored logic from prototype class to class | ||
* Switched from `done` hook to `afterEmit` because webpack v5 shrinks assets to SizeOnlySource | ||
* Added config validation | ||
* Restructured options from single attributes to options attribute | ||
* Adding webpack as peerDependency and node > 10 as engine | ||
* Removed webpack 3 support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.