Savory/Danet

bundle command deprecated

elycheikhsmail opened this issue · 4 comments

danet bundle command is build on top of deno bundle, in the recent version of deno this command is depricated
as mention there https://deno.land/manual@v1.32.4/tools/bundler

I was waiting for deno_emit to be as good as deno bundle command. I will look into that after finishing the SAASKit port

Is there any progress on this issue?

deno_emit does not have any additional features compared to deno bundle yet, so we will keep deno bundle until a viable solution emerge.

Might want to try es build or roll up, didn't have time yet