next.js
c9ef4bd3 - perf: Do not run react compiler needlessly (#75676)

Commit
1 year ago
perf: Do not run react compiler needlessly (#75676) ### What? - Do not run react compiler for files in `node_modules`. - When the react compiler is not enabled, just disable Babel. ### Why? We were stripping TypeScript and JSX using Babel when the React Compiler was enabled. We don't have to, and we should not.
Author
Parents
Loading