Skip to content

Commit

Permalink
fix: readd react-use alias for astro
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Nov 28, 2022
1 parent 31e67c4 commit ebf9991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/guide/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
},
},
},
Expand Down

1 comment on commit ebf9991

@vercel
Copy link

@vercel vercel bot commented on ebf9991 Nov 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.