Seb Ringrose
Seb Ringrose
I think the fix is to swap out the synchronous `fs` imports in `file-utils.ts` and `file-methods.ts` for their asynchronous counterparts (and probs worth updating to a more recent fs version...
Another problem has cropped up for the Vue example. By removing dynamic imports (#7) we will break the current Window/globals fix that Vue needed because the regular import will happen...
#28 has brought Deno Deploy support with static imports. The Vue example reuires dynamic imports as we need to adjust globals before importing the VueSSR module, therefore using Vue with...
Would be great if we could specify a caching strategy as well as our local deps are cached the external deps become the bottleneck
Closing for now as probably possible but not a priority.
After doing some research I have concluded that this just isn't possible. Preact is designed to have each module as a standalone package which consistently throughs the same `__H` is...