From 1dc64f8500bdf95e5c283b9220f88932de65c65e Mon Sep 17 00:00:00 2001 From: Fedor Date: Wed, 8 Nov 2023 14:25:25 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba074fb..81f09bc 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ In the simplest case, it can be used without any configuration. "$schema": "https://json.schemastore.org/swcrc", "jsc": { "experimental": { - "plugins": ["@effector/swc-plugin"] + "plugins": [["@effector/swc-plugin", {}]] } } } @@ -155,7 +155,7 @@ To use vite + solidjs you have to do the following: swc.vite({ jsc: { experimental: { - plugins: ["@effector/swc-plugin"] + plugins: [["@effector/swc-plugin", {}]] } } }),