-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shakes out functions that I used #12
Comments
Some of Babel's module transform output may be tripping up common-shake. Could you share an example that shows it failing? |
Hi - I'm running into this issue too - I threw together a project that reproduces the issue here: https://github.com/retail-robot/common-shakeify-issue-12-repro You should be able to clone it and just |
Thanks @retail-robot! |
Hey,
Sorry I wasn't able to provide any code. I'll try to test the fix on my
usecase if I can!
Op vr 20 apr. 2018 19:41 schreef Renée Kooi <[email protected]>:
… Thanks @retail-robot <https://github.com/retail-robot>! this is really
hard to make work correctly in all situations, but that particular case
should not be too difficult to support.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAF3fs7gYvru8sLvV8rPWp_1vVZLQE2Yks5tqh21gaJpZM4ROwoG>
.
|
np, @goto-bus-stop - thanks! |
hi! we just ran into this too with the sbd library. it is stripping out
|
I'm not sure if this plugin in production ready yet, but it seems that it removed functions that I'm definitely using.
Using import to get the modules, but running babel as a browserify transform, so that should rewrite everything to require.
seems that most of the incorrectly removed functions are from the
crypto-browserify
package.The text was updated successfully, but these errors were encountered: