We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb111a commit 539a171Copy full SHA for 539a171
tsup.config.ts
@@ -9,9 +9,4 @@ export default defineConfig({
9
clean: true,
10
dts: true,
11
external: ['react', 'react-native', 'react-native-unistyles'],
12
- outExtension: () => {
13
- return {
14
- js: '.js',
15
- };
16
- },
17
});
0 commit comments