From ebf9991df7a175e1f59aee324e9bf96aed2bd0d1 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Mon, 28 Nov 2022 06:13:53 +0100 Subject: [PATCH] fix: readd react-use alias for astro --- apps/guide/astro.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/guide/astro.config.ts b/apps/guide/astro.config.ts index e7750a663..003428d69 100644 --- a/apps/guide/astro.config.ts +++ b/apps/guide/astro.config.ts @@ -110,6 +110,7 @@ export default defineConfig({ 'ariakit-utils/system': fileURLToPath(new URL('node_modules/ariakit-utils/esm/system.js', rootDir)), 'react-icons/fi': fileURLToPath(new URL('node_modules/react-icons/fi/index.esm.js', rootDir)), 'react-icons/vsc': fileURLToPath(new URL('node_modules/react-icons/vsc/index.esm.js', rootDir)), + 'react-use': fileURLToPath(new URL('node_modules/react-use/esm/index.js', rootDir)), }, }, },