Skip to content

Commit

Permalink
Update Storybook mock configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanantwerp committed Oct 7, 2022
1 parent 4368c55 commit 788de8c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions starters/remix-gql-tailwind/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ module.exports = {
return {
...config,
resolve: {
alias: {
remix: path.resolve(__dirname, '../__mockRemix__'),
},
alias: [
{
find: '@remix-run/react',
replacement: path.resolve(__dirname, '../__mockRemix__'),
},
],
},
};
},
Expand Down

0 comments on commit 788de8c

Please sign in to comment.