All notable changes to laravel-mix-purgecss
will be documented in this file
- Laravel Mix 5.0
- Add
extractorPattern
config option
- Laravel Mix 4.0
- Upgrade Purgecss to v1.3.0
- Fix match regex
- Fix match regex
- Ignore folders in globs
- Add
folders
option
- Upgrade Purgecss package version
- Upgrade Purgecss package version
- Add a set of commonly used
whitelistPatterns
by default
- Reworked to Laravel Mix 2.1's component-based approach
- Fix
mix.purgeCss()
return statement
- Make
mix.purgeCss()
chainable (again, got lost in a previous commit)
- Add compatibility with Node.js ^6.0
- Fixed an issue with custom
extensions
options
- Return
mix
after callingpurgeCss
to chain config
- Initial release