Closed Alloyed closed 7 months ago
Latest commit: 505d48b087b94e237988f8248b4c7b6422f02445
The changes in this PR will be included in the next version bump.
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
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.