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

fix(web-components): restore define modules as default exports #32452

Merged

Conversation

radium-v
Copy link
Contributor

@radium-v radium-v commented Sep 3, 2024

Previous Behavior

The changes introduced in #32451 changed the component exports to point to the component barrel files. This breaks current behavior for downstream users.

New Behavior

  • <component-name>.js exports point to <component-name>/define.js
  • <component-name>/index.js exports point to <component-name>/index.js

@radium-v radium-v requested a review from a team as a code owner September 3, 2024 21:06
@fabricteam
Copy link
Collaborator

📊 Bundle size report

✅ No changes found

@fabricteam
Copy link
Collaborator

🕵 fluentui-web-components-v3 No visual regressions between this PR and main

@radium-v radium-v merged commit 207969c into microsoft:master Sep 3, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants