Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add separate bundle exports per each env #437

Merged
merged 2 commits into from
Oct 28, 2022

Conversation

nd0ut
Copy link
Member

@nd0ut nd0ut commented Oct 27, 2022

  • Specify types path for the root export (fixes Type import broken with TS nodenext #436)
  • Add separate exports for node, browser and react-native bundles. It's useful when you wanna explicitly import needed bundle instead of relying the bundler's right choice.

@nd0ut nd0ut changed the title Feat/separate env bundle exports Add separate bundle exports per each env Oct 27, 2022
@nd0ut nd0ut requested a review from loookashow October 27, 2022 18:03
@nd0ut nd0ut merged commit a521ff8 into master Oct 28, 2022
@nd0ut nd0ut deleted the feat/separate-env-bundle-exports branch October 28, 2022 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Type import broken with TS nodenext
2 participants