skypackjs / skypack-cdn

An issue tracker for the CDN
107 stars 5 forks source link

hkt-ts@2.0.4 Build Failing #296

Closed TylorS closed 2 years ago

TylorS commented 2 years ago

Hello, first of all, thank you so much for this wonderful service! It's been a great help to moving the web towards ESM modules.

I'm experiencing a build error (https://cdn.skypack.dev/error/build:hkt-ts@v2.0.4-c3LnApCWj65fzW0OsvYM) with one of my libraries hkt-ts about missing build output but it definitely does have build output. I've updated my project to use an exports map here which follows the conventions as specified by TypeScript 4.7's release notes - though I'm not sure that's the root of the problem.

Is it possible that Skypack does not yet support those nested import/require configs for export maps?

Thanks in advance for any help 🙏

TylorS commented 2 years ago

I'm not sure what changed, but these errors are no longer occuring! Thanks again for this tool!