[Bounty Feature]: support rspack-deno-{loader,plugin} to bundle deno application #8696
Labels
feat
New feature or request
good first issue
Good for newcomers
💰 issue-bounty
get reward
pr welcome
team
The issue/pr is created by the member of Rspack.
What problem does this feature solve?
Note
This is a bounty issue, $100 for implementing this feature
related issue: denoland/deno#26091
deno deprecate
deno bundle
in denoland/deno#11073 and it would be nice to have a rspack-deno-{plugin,node} to support bundledeno
application using rspack.we can implement the plugin as a third-party plugin first, and when it's stable enough we can consider make it a builtin plugin which could support deno as first class in rspack.
this plugin can be maintained in https://github.com/rspack-contrib org first
What does the proposed API of configuration look like?
similar as https://github.com/lucacasonato/esbuild_deno_loader and https://github.com/denoland/deno_emit
The text was updated successfully, but these errors were encountered: