webpack-filter-warnings-plugin
Version:
Allows you to hide certain warnings from webpack compilations
38 lines (18 loc) • 1.01 kB
Markdown
# Change Log
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.
<a name="1.2.1"></a>
## [1.2.1](https://github.com/mattlewis92/webpack-filter-warnings-plugin/compare/v1.2.0...v1.2.1) (2018-11-25)
### Bug Fixes
* handle warnings which are plain strings instead of objects ([0849576](https://github.com/mattlewis92/webpack-filter-warnings-plugin/commit/0849576))
<a name="1.2.0"></a>
# [1.2.0](https://github.com/mattlewis92/webpack-filter-warnings-plugin/compare/v1.1.0...v1.2.0) (2018-03-06)
### Features
* support webpack 4 ([c80d831](https://github.com/mattlewis92/webpack-filter-warnings-plugin/commit/c80d831))
<a name="1.1.0"></a>
# 1.1.0 (2017-07-31)
### Documentation
* improved documentation
<a name="1.0.0"></a>
# 1.0.0 (2017-07-31)
### Features
* initial implementation ([aa64f57](https://github.com/mattlewis92/webpack-filter-warnings-plugin/commit/aa64f57))