levp / wrapper-webpack-plugin

A webpack plugin that wraps output files (chunks) with custom text or code.
91 stars 37 forks source link

Fix webpack 5 compatibility #16

Closed AlexKlimenkov closed 2 years ago

AlexKlimenkov commented 3 years ago

Fix for https://github.com/levp/wrapper-webpack-plugin/issues/15

phoebusryan commented 3 years ago

@levp Please merge :)

jdecked commented 3 years ago

hey @levp, I build twitter.com and we're in the process of upgrading to webpack 5. this package is one of the last few things not supporting webpack 5 that we use, and we'd hate to have to maintain an internal fork of it 😢

would you do us a solid and review this PR plz? ty! 🙏

i91 commented 3 years ago

We would really appreciate a merge, thanks @levp!

Jojoshua commented 2 years ago

Needing this also, please publish new beta

wesgarland commented 2 years ago

@levp please merge!

levp commented 2 years ago

Sorry for the totally unreasonable delay.

Published version 2.2.0 to npm which contains this fix.

jdecked commented 2 years ago

Woohoo, thanks @levp!