© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
How to add modules to auto-imports? - Nuxt
N
Nuxt
•
4y ago
•
4 replies
toni
How to add modules to auto-imports?
In my app I have many components and pages with this import
:
import
{ ethers, utils }
from
'ethers'
import
{ ethers, utils }
from
'ethers'
Is there a way to add it to auto
-imports and potentially rename it
, aka
.
utils
utils
to
ethersUtils
ethersUtils
or smth like that
?
Recent Announcements
Similar Threads
Zod auto imports
N
Nuxt / ❓・help
9mo ago
Disable auto imports
N
Nuxt / ❓・help
4y ago
VSCode: How to "go to component" for auto-imports?
N
Nuxt / ❓・help
3y ago