webpack-contrib / babel-minify-webpack-plugin

[DEPRECATED] Babel Minify Webpack Plugin
MIT License
491 stars 44 forks source link

refactor(plugin): v1.0.0 #70

Open joshwiens opened 6 years ago

joshwiens commented 6 years ago

BREAKING CHANGE: Sets engines to "node": ">= 6.9.0 || >= 8.9.0" BREAKING CHANGE: Drops support for Webpack v2.x BREAKING CHANGE: Incorrect configuration options will now throw

codecov[bot] commented 6 years ago

Codecov Report

Merging #70 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #70   +/-   ##
====================================
  Coverage      84%   84%           
====================================
  Files           2     2           
  Lines          50    50           
  Branches       17    17           
====================================
  Hits           42    42           
  Misses          8     8

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9ee6ca7...9b9abbd. Read the comment docs.

ziogaschr commented 6 years ago

Hello, thx for the great work on this PR. Any plans on when it will be merged?