Created
January 12, 2022 13:18
-
-
Save matheus1lva/aa34d5a275ae301b4efac9bc33bf3aeb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
// ... | |
resolve: { | |
alias: { | |
'react-router': path.resolve(__dirname, './node_modules/react-router'), | |
}, | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment