Skip to content

Commit

Permalink
chore: fix babel path
Browse files Browse the repository at this point in the history
  • Loading branch information
jordmccord committed Feb 27, 2024
1 parent ec15784 commit c7c79dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/native-ui-storybook/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = function (api) {
'module-resolver',
{
alias: {
'@utilitywarehouse/native-ui': path.join(__dirname, '../../packages/native-ui/src'),
'@utilitywarehouse/native-ui': path.join(__dirname, '../../packages/native-ui'),
},
},
],
Expand Down

0 comments on commit c7c79dd

Please sign in to comment.