Skip to content
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

Plugins for the Deno bundler? #12463

Closed
xastronomica opened this issue Oct 17, 2021 · 3 comments
Closed

Plugins for the Deno bundler? #12463

xastronomica opened this issue Oct 17, 2021 · 3 comments
Labels
cli related to cli/ dir suggestion suggestions for new features (yet to be agreed)

Comments

@xastronomica
Copy link

Similar to webpack/webpack, why not make deno bundle accepts some sort of plugin system? Few plugins that should be implemented in denoland/deno_std are:

  • Declaration file (.d.ts) generation
  • Minification
@lucacasonato lucacasonato added suggestion suggestions for new features (yet to be agreed) cli related to cli/ dir labels Nov 3, 2021
@xastronomica
Copy link
Author

From what I heard, minification will be handled by SWC. In that case deno bundle won't need a minification plugin

@crowlKats
Copy link
Member

From what I heard, minification will be handled by SWC. In that case deno bundle won't need a minification plugin

Ref #6900

@lucacasonato
Copy link
Member

deno bundle has been deprecated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli related to cli/ dir suggestion suggestions for new features (yet to be agreed)
Projects
None yet
Development

No branches or pull requests

3 participants