Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 1.22 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.2 (2021-08-04)

3.0.1 (2021-03-09)

Bug Fixes

3.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