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

📦 Move to ESM only #242

Merged
merged 5 commits into from
Oct 3, 2023
Merged

📦 Move to ESM only #242

merged 5 commits into from
Oct 3, 2023

Conversation

rowanc1
Copy link
Member

@rowanc1 rowanc1 commented Oct 2, 2023

Need to

  • figure out Ansi
  • update package.json
  • add changesets

@rowanc1 rowanc1 marked this pull request as ready for review October 3, 2023 16:59
@@ -1,6 +1,5 @@
import { Menu } from '@headlessui/react';
import DocumentIcon from '@heroicons/react/24/outline/DocumentIcon';
import ArrowDownTrayIcon from '@heroicons/react/24/outline/ArrowDownTrayIcon';
import { DocumentIcon, ArrowDownTrayIcon } from '@heroicons/react/24/outline';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the one potential problem, we may be bringing in all icons, however, I think that ESM should fix this.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can confirm that this is fixed with ESM:
image

@rowanc1
Copy link
Member Author

rowanc1 commented Oct 3, 2023

This is going to cause conflicts with your branch @stevejpurves, but I have a few more questions. I will fix it up.

@rowanc1 rowanc1 merged commit 995ed63 into main Oct 3, 2023
2 checks passed
@rowanc1 rowanc1 deleted the feat/esm branch October 3, 2023 17:31
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.

1 participant