We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm looking for a way to tree-shake dependencies such as lodash. Does someone know how to do this using Deno to Node Transform?
lodash
The text was updated successfully, but these errors were encountered:
denoland/dnt#258
Sorry, something went wrong.
probably not new info for you but just make sure you're using full path imports wherever you can and avoid barrel imports. Here's an old stack overflow discussion on lodash in particular: https://stackoverflow.com/questions/35250500/correct-way-to-import-lodash.
No branches or pull requests
I'm looking for a way to tree-shake dependencies such as
lodash
. Does someone know how to do this using Deno to Node Transform?The text was updated successfully, but these errors were encountered: