Skip to content

Instantly share code, notes, and snippets.

@matheus1lva
Created January 12, 2022 13:18
Show Gist options
  • Save matheus1lva/aa34d5a275ae301b4efac9bc33bf3aeb to your computer and use it in GitHub Desktop.
Save matheus1lva/aa34d5a275ae301b4efac9bc33bf3aeb to your computer and use it in GitHub Desktop.
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