lodash / babel-plugin-lodash

Modular Lodash builds without the hassle.
Other
1.95k stars 95 forks source link

Using v3.3.x with a custom id is not possible #202

Closed gregberge closed 6 years ago

gregberge commented 6 years ago

Hello,

The commit 421468be621548b02601620393f39a57c54b344d broke the package. I explain:

It happens when we load index.js. I think reverting this commit is the best thing to do.

Thanks for this great package!

Also I think it should be specific to lodash but I use it for other packages. Do you know a good alternative to cherry-pick packages? The name is terrible when we use it for another package.

jdalton commented 6 years ago

@neoziro Thanks for spotting the commit! Yep, I'll revert it, bump a patch release, then review the problem commit for a later release.

Update:

Reverted https://github.com/lodash/babel-plugin-lodash/commit/1911ac755ba02b77e47f31bf4261286f8ef51985. Related to #199, #200, #201.

gregberge commented 6 years ago

@jdalton thanks!

jdalton commented 6 years ago

v3.3.2 is published :tada: