Je Xia
Je Xia
this can be built now, but i am not sure whether it works acctually
@cscheid thanks 🙏 as we know, in browser, including deno, a module is a standard URL that means the content after `#` will be treated as **hash** of the `URL`...
@trusktr seems it is esbuild's issue, i will find out what happend, thanks
@guiguan try to clean the cache in `deno info`
@guiguan thanks,I will look into it
this will be imporved only for bundler which supports *tree-share*, but for browser/deno all exports in `index.mjs` will be imported even not used
for example, if you import d3 (esm) in browser using unpkg.com, you may see there are hundreds js files will be imported that takes a lot of time in network,...
@jaydenseric can you please list the packages you can't used? in fact i already tried remove the internal bundling, but some packages is hug with lots of deps that is...
i have a plan to support this, but we can not use the plugin directly since the server is written in golang
@FallingSnow esm.sh use autotls to get let's encrypted's certificate, in dev you should use http://localhost/...