DDeno•Created by nounderline on 12/2/2024 in #help How to exclude code and imports from deno compile binary?
Problem with dynamic import approach is that they will get included in the final binary built by deno compile
. atm my binary weights almost 200mb because it includes all imports (including dynamic ones.)