Skip to content

Commit 539a171

Browse files
committed
fix: update tsup config
1 parent 3cb111a commit 539a171

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tsup.config.ts

-5
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,4 @@ export default defineConfig({
99
clean: true,
1010
dts: true,
1111
external: ['react', 'react-native', 'react-native-unistyles'],
12-
outExtension: () => {
13-
return {
14-
js: '.js',
15-
};
16-
},
1712
});

0 commit comments

Comments
 (0)