Skip to content

Commit

Permalink
remove alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Dec 21, 2023
1 parent e6b0001 commit d020655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/fuselage/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ module.exports = (env, { mode = 'production' }) => ({
resolve: {
alias: {
// Resolve react-native to react-native-web
'react-native$': require.resolve('react-native-web'),
// optional, for lighter svg icons on web
'react-native-svg': require.resolve('@tamagui/react-native-svg'),
// 'react-native$': require.resolve('react-native-web'),
// // optional, for lighter svg icons on web
// 'react-native-svg': require.resolve('@tamagui/react-native-svg'),
},
extensions: ['.tsx', '.ts', '.jsx', '.js', '.json'],
},
Expand Down

0 comments on commit d020655

Please sign in to comment.