Closed magurotuna closed 4 months ago
We currently use deno bundle command
deno bundle
https://github.com/denoland/deployctl/blob/0c4210bf4f92fa9f75d41e644623dfb976bef2ae/deno.json#L17
to generate action/deps.js. However this command is deprecated - we need to replace it with some other alternatives like esbuild or swc.
action/deps.js
We currently use
deno bundle
commandhttps://github.com/denoland/deployctl/blob/0c4210bf4f92fa9f75d41e644623dfb976bef2ae/deno.json#L17
to generate
action/deps.js
. However this command is deprecated - we need to replace it with some other alternatives like esbuild or swc.