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
ESBuild was easy to set up as a plugin, but it currently has a bug/limitation that re-exports (which are a recommended pattern in Deno deps.ts files) aren't properly removed by tree-shaking.
deps.ts
Add support for Webpack and/or Rollup to support better tree-shaking.
Additionally:
The text was updated successfully, but these errors were encountered:
Spent some time investigating swc's spack as an alternative here (because speedy) but:
spack
😞
Sorry, something went wrong.
No branches or pull requests
ESBuild was easy to set up as a plugin, but it currently has a bug/limitation that re-exports (which are a recommended pattern in Deno
deps.ts
files) aren't properly removed by tree-shaking.Add support for Webpack and/or Rollup to support better tree-shaking.
Additionally:
The text was updated successfully, but these errors were encountered: