drollup (deno-rollup https://github.com/cmorten/deno-rollup) looks more maintained than denopack (It is tested with 1.7.4). It seems supporting import map (It has import map plugin). With import map like {"imports":{"@/", "./"}} we can avoid excessively consecutive '../../' in application source. (The path like "../../../components/blah" can be written like "@/components/blah"
drollup
(deno-rollup https://github.com/cmorten/deno-rollup) looks more maintained than denopack (It is tested with 1.7.4). It seems supporting import map (It has import map plugin). With import map like{"imports":{"@/", "./"}}
we can avoid excessively consecutive '../../' in application source. (The path like"../../../components/blah"
can be written like"@/components/blah"