Skip to content

Commit

Permalink
fix: removed babel changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank-96 committed Oct 9, 2023
1 parent a60fc4d commit 3f5b945
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions example/storybook/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ module.exports = function (api) {
'module-resolver',
{
alias: {
'@gluestack-ui/themed': path.join(
__dirname,
'../../packages/themed/src'
),
'@gluestack-ui/config': path.join(
__dirname,
'../../packages/config/src/gluestack-ui.config'
),
// '@gluestack-ui/themed': path.join(
// __dirname,
// '../../packages/themed/src'
// ),
// '@gluestack-ui/config': path.join(
// __dirname,
// '../../packages/config/src/gluestack-ui.config'
// ),
// '@gluestack-style/react': path.join(
// __dirname,
// '../../../dank-style/packages/react/src'
Expand Down

0 comments on commit 3f5b945

Please sign in to comment.