From 0febd5c7bb82f1b7a4e9bcf0a462860cb10aa161 Mon Sep 17 00:00:00 2001 From: Mayank Date: Mon, 12 Sep 2022 18:55:34 -0400 Subject: [PATCH] Fix build error using `buildSsrCjsExternalHeuristics` --- README.md | 18 +++++++++--------- emotion/astro.config.mjs | 4 ++++ linaria/astro.config.ts | 2 ++ styled-components/astro.config.mjs | 4 ++++ 4 files changed, 19 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d8036ec..cf12d03 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ This monorepo will show examples of various CSS-in-JS libraries in Astro. Curren ## Compatibility table -| Library | Status | Notes | -| ----------------- | ------------------ | ---------------------------------------------------------------------- | -| styled-components | ❌ Doesn't work | Prod build errors with: `styled.div is not a function` | -| emotion | ❌ Doesn't work | Prod build errors with: `styled.div is not a function` | -| linaria | 🟡 Partially works | `css` works perfectly using rollup plugin, `styled` causes build error | -| stitches | ✅ Works | `