Skip to content

Module not found: Error: Can't resolve 'icons/circle.svg' in ... #717

Answered by capdavid
capdavid asked this question in Q&A
Discussion options

You must be logged in to vote

So I finally found a solution, it's adding resolve.alias:

resolve: {
    alias: {
      icons: path.resolve(process.cwd(), 'icons/'),
}
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by capdavid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant