Skip to content

Commit

Permalink
fix: update tsup config
Browse files Browse the repository at this point in the history
  • Loading branch information
mobily committed Apr 11, 2024
1 parent 3cb111a commit 539a171
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,4 @@ export default defineConfig({
clean: true,
dts: true,
external: ['react', 'react-native', 'react-native-unistyles'],
outExtension: () => {
return {
js: '.js',
};
},
});

0 comments on commit 539a171

Please sign in to comment.