prateekbh / babel-esm-plugin

Add this plugin to generate mirrored esm modules for your existing bundles
MIT License
192 stars 16 forks source link

allow newer versions of webpack as peer dependency #44

Closed martinbroos closed 4 years ago

martinbroos commented 4 years ago

@prateekbh this will allow webpack version within 4.x range

I would recommend you do this by default for all your dependencies as it wil be easier to upgrade for bugfixes and other non breaking changes.

martinbroos commented 4 years ago

@prateekbh can you merge this ? or are you waiting for some other input?