prateekbh / babel-esm-plugin

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

Keeps the hash same for parent and child compilation #32

Closed prateekbh closed 5 years ago

prateekbh commented 5 years ago

fixes #15

ForsakenHarmony commented 5 years ago

this is 2 things in 1 pr, or is the aliasing required for the hash thing?

prateekbh commented 5 years ago

woops my bad

prateekbh commented 5 years ago

yeah i added two things in one branch

prateekbh commented 5 years ago

opening other one with one feature at a time

prateekbh commented 5 years ago

also for aliasing modules, @developit has a better PR