From 2958b037709674db485806cad65f6caa7501196f Mon Sep 17 00:00:00 2001 From: Collin Brown Date: Tue, 29 Aug 2023 08:52:55 -0400 Subject: [PATCH] docs(examples.md): add link to Rspack with Babel --- website/docs/misc/examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/misc/examples.md b/website/docs/misc/examples.md index 7b222304d..06228e904 100644 --- a/website/docs/misc/examples.md +++ b/website/docs/misc/examples.md @@ -11,3 +11,4 @@ Check out the example projects below: - [React Native](https://github.com/lingui/js-lingui/tree/main/examples/react-native) - [React with Vite and Babel](https://github.com/lingui/js-lingui/tree/main/examples/vite-project-react-babel) - [React with Vite and SWC](https://github.com/lingui/js-lingui/tree/main/examples/vite-project-react-swc) +- [Rspack with Babel](https://github.com/lingui/js-lingui/tree/main/examples/rspack) \ No newline at end of file