We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614c336 commit 8914c57Copy full SHA for 8914c57
1 file changed
packages/react-hooks/tsup.config.ts
@@ -3,7 +3,7 @@ import { defineConfig } from 'tsup';
3
import { applyConfig } from '../../tsup.base.config';
4
5
// TODO: [P1] Compute this automatically.
6
-const DEPENDENT_PATHS = ['api/src/index.ts', 'api-middleware/src/index.ts'];
+const DEPENDENT_PATHS = ['api/src/index.ts'];
7
8
const commonConfig = applyConfig(config => ({
9
...config,
0 commit comments