skypackjs / skypack-cdn

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

Support for export conditions? #298

Open edemaine opened 2 years ago

edemaine commented 2 years ago

Is it possible to turn on specific Node conditions when building a module? I'd specifically like to turn on development so that all imports of solid-js use the dev build, as specified in the conditional export field. The documentation mentions exports support but not conditional exports.