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 babel transforms into an independent subfolder. add babel transforms as part of the public api (for non-vite integrations) #295

Merged
merged 6 commits into from
Apr 1, 2024

Conversation

Alloyed
Copy link
Contributor

@Alloyed Alloyed commented Mar 22, 2024

provides the tools for #37, #234 to be resolved by third parties.

This PR moves the 2 babel plugins (name and jsxTransform) into an independent folder and adds them to the exports of the package. This makes it possible for non-vite users to use these plugins in their own bundlers.

No plans on making a PR for esbuild or webpack though: we're using esbuild internally but we haven't found much value in making external plugins over just inlining all our babel plugins into our esbuild config.

…orms as part of the public api (for non-vite integrations)
Copy link

changeset-bot bot commented Mar 22, 2024

🦋 Changeset detected

Latest commit: 505d48b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
solid-devtools Minor
@solid-devtools/extension Minor
@solid-devtools/overlay Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@thetarnav thetarnav merged commit 7c95245 into thetarnav:main Apr 1, 2024
5 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.

2 participants