You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
This use case is tricky because we can't just modify a single exports object like the dynamic formats, but need some way to outputting the correct named exports. This type of analysis is actually more like what is done in Rollup, so the implementation suggestion here is to initially only support this for ES-module-only SFX bundles which are fully-rollup managed. Then this would be pending #205.
The text was updated successfully, but these errors were encountered:
This use case is tricky because we can't just modify a single exports object like the dynamic formats, but need some way to outputting the correct named exports. This type of analysis is actually more like what is done in Rollup, so the implementation suggestion here is to initially only support this for ES-module-only SFX bundles which are fully-rollup managed. Then this would be pending #205.
The text was updated successfully, but these errors were encountered: