Closed NullVoxPopuli closed 1 year ago
Latest commit: 5938936d9d7471d1ab03e0dbe1ee9eba23f47634
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
This reduces the number of babel parses per file by 1. Could be good for perf in large projects. Downside is that it exposes the intermediate format and requires
transpileOnly: true