mattlewis92 / webpack-filter-warnings-plugin

Allows you to hide certain warnings from webpack compilations
MIT License
27 stars 10 forks source link

regex doesn't filter matching warning #25

Open aamasri opened 4 years ago

aamasri commented 4 years ago
plugins: [
    new FilterWarningsPlugin({
        exclude: /experimental/
    })

does not filter for eg. "(node:20311) ExperimentalWarning: Conditional exports is an experimental feature. This feature could change at any time"