rsnext/packages/next/build/babel
JJ Kasper 25d064f812
Pre-compile more dependencies (#32742)
This ncc's some remaining dependencies bringing us under 20 install time dependencies (including nested dependencies), this also reduces install size by another `2.75 MB`. A follow-up PR will investigate a custom install script for our swc packages to allow us to remove the `optionalDependencies` which is slowing down install time as well. 

x-ref: https://github.com/vercel/next.js/pull/32679
x-ref: https://github.com/vercel/next.js/pull/32627
x-ref: https://github.com/vercel/next.js/issues/31887
x-ref: https://github.com/vercel/styled-jsx/pull/770
2022-01-17 15:17:22 +00:00
..
loader Pre-compile more dependencies (#32742) 2022-01-17 15:17:22 +00:00
plugins Remove anonymous default export rule from Babel (#32763) 2021-12-23 17:31:38 +00:00
preset.ts Pre-compile more dependencies continued (#32679) 2021-12-21 16:13:45 +01:00