Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Support static ES module build with external deps #259

Closed
guybedford opened this issue Jul 31, 2015 · 2 comments
Closed

Support static ES module build with external deps #259

guybedford opened this issue Jul 31, 2015 · 2 comments

Comments

@guybedford
Copy link
Member

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.

@guybedford
Copy link
Member Author

(NB this is from lib/compile.js SFX wrapping external dependencies)

@guybedford guybedford changed the title Support SFX dependencies for ES modules Support static ES module build with external deps Sep 24, 2015
@guybedford
Copy link
Member Author

Released in 0.15.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant