rsnext/packages/next-swc/crates
Will Binns-Smith ed4bd62f2d Always mark styled-jsx as external to avoid duplicating with bundled copies (vercel/turbo#3386)
Fixes WEB-412.

Previously, references to styled-jsx inserted by the swc transform would be bundled, which duplicated the copy required by next, which is external. This marks the dependency is to be resolved as external always.

Test Plan: Verified in a small app that `<style jsx>` nodes result in a server-rendered response with the appropriate `<style>` tag in the head.
2023-01-20 04:23:26 +00:00
..
next-binding cargo(build): expose tls for next-binding (vercel/turbo#3040) 2022-12-16 20:59:10 -08:00
next-core Always mark styled-jsx as external to avoid duplicating with bundled copies (vercel/turbo#3386) 2023-01-20 04:23:26 +00:00
next-dev Basic @next/font/google integration test (vercel/turbo#3170) 2023-01-19 22:11:28 +00:00
next-font @next/font [2/n] Apply next/font swc transform (vercel/turbo#2742) 2022-12-05 16:09:17 -08:00
next-transform-dynamic Apply the next/dynamic SWC transform (vercel/turbo#3184) 2023-01-13 14:18:14 +01:00
next-transform-strip-page-exports Make file paths shorter to fix windows build (vercel/turbo#3256) 2023-01-11 18:20:34 -07:00