Skip to content

Commit b93849e

Browse files
committed
fix: Exclude JS building from webfiles
1 parent a4596df commit b93849e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/juxtaposition-ui/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from 'tsup';
22
import { copy } from 'esbuild-plugin-copy';
33

44
export default defineConfig({
5-
entry: ['src/**/*.{js,ts}'],
5+
entry: ['src/**/*.{js,ts}', '!src/webfiles/**/*.js'],
66
splitting: false,
77
sourcemap: true,
88
platform: 'node',

0 commit comments

Comments
 (0)