Code splitting #1130
AdrienLemaire
started this conversation in
Ideas
Code splitting
#1130
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're interested in using the
@headlessui/react
component Transition, but do not have a need for the other components at this time.It would be great to allow importing components from their own source, to help builders like webpack with code splitting.
Current:
=> bundles all headlessui react components in the build.
Wanted:
=> Only the Transition code is bundled.
Beta Was this translation helpful? Give feedback.
All reactions