lucacasonato / dext.ts

The Preact Framework for Deno
https://deno.land/x/dext
MIT License
241 stars 8 forks source link

Consider switching to /x/drollup #65

Closed kt3k closed 3 years ago

kt3k commented 3 years ago

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"

lucacasonato commented 3 years ago

Superseded by #75