We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4596df commit b93849eCopy full SHA for b93849e
1 file changed
apps/juxtaposition-ui/tsup.config.ts
@@ -2,7 +2,7 @@ import { defineConfig } from 'tsup';
2
import { copy } from 'esbuild-plugin-copy';
3
4
export default defineConfig({
5
- entry: ['src/**/*.{js,ts}'],
+ entry: ['src/**/*.{js,ts}', '!src/webfiles/**/*.js'],
6
splitting: false,
7
sourcemap: true,
8
platform: 'node',
0 commit comments