From 599030d18b989a609a31a4e385a97ad04cc5b950 Mon Sep 17 00:00:00 2001 From: Alexander Khoroshikh <32790736+AlexandrHoroshih@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:31:57 +0700 Subject: [PATCH] Update plugin links --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5596d05..93d5b55 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Sid's are added automatically via either built-in babel plugin or our experiment #### Babel-plugin +Effector comes with built-in official Babel plugin, which you can use for SIDs: + ```json { "presets": ["next/babel"], @@ -35,7 +37,7 @@ Notice, that **you don't need** the `reactSsr` option of the plugin, when using #### SWC Plugin -[Read effector SWC plugin documentation](https://github.com/effector/swc-plugin) +[Read effector SWC plugin documentation](https://github.com/kireevmp/effector-swc-plugin) ### Effector ESlint Plugin