rsnext/packages
Jiachi Liu b369ccfcf4
Transpile geist by default (#67402)
### What

Transpile `geist` package by default. Currently users need to add
`geist` into `transpilePackages` to make it work with pages router as
it's external packages but require transform. This PR will resolve that
issue. cc @JohnPhamous

### Why

geist package is using `next/font` which requires to work with SWC
transform. But so far only ESM syntax can be captured by SWC since CJS
is pretty difficult to cover as the package import is not statically
analyzable.

We introduced a new list that it could be transpiled and include geist
package into bundle. Add it in both `next/jest` side and
webpack/turbopack bundling side

---------

Co-authored-by: 강동윤 (Donny) <kdy1997.dev@gmail.com>
2024-07-04 14:04:57 +02:00
..
create-next-app v15.0.0-canary.54 2024-07-03 23:23:51 +00:00
eslint-config-next v15.0.0-canary.54 2024-07-03 23:23:51 +00:00
eslint-plugin-next v15.0.0-canary.54 2024-07-03 23:23:51 +00:00
font v15.0.0-canary.54 2024-07-03 23:23:51 +00:00
next Transpile geist by default (#67402) 2024-07-04 14:04:57 +02:00
next-bundle-analyzer v15.0.0-canary.54 2024-07-03 23:23:51 +00:00
next-codemod v15.0.0-canary.54 2024-07-03 23:23:51 +00:00
next-env v15.0.0-canary.54 2024-07-03 23:23:51 +00:00
next-mdx Fix typo in MDX documentation (#67432) 2024-07-04 10:50:26 +00:00
next-plugin-storybook v15.0.0-canary.54 2024-07-03 23:23:51 +00:00
next-polyfill-module v15.0.0-canary.54 2024-07-03 23:23:51 +00:00
next-polyfill-nomodule v15.0.0-canary.54 2024-07-03 23:23:51 +00:00
next-swc Transpile geist by default (#67402) 2024-07-04 14:04:57 +02:00
react-refresh-utils v15.0.0-canary.54 2024-07-03 23:23:51 +00:00
third-parties v15.0.0-canary.54 2024-07-03 23:23:51 +00:00