gdborton / webpack-parallel-uglify-plugin

A faster uglifyjs plugin.
466 stars 34 forks source link

support IE8? #59

Closed lizm-binary closed 4 years ago

lizm-binary commented 5 years ago

can it (v0.4.2) support ie8?

gdborton commented 4 years ago

This package is just a pass through to uglifyJS, so it should support IE8 depending on the options passed and the rest of your webpack config.