-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build output not written to the correct folder #8865
Comments
I have no idea why |
Weird! I can take a look this weekend if it's helpful? |
yes please 🙏 |
So the first thing I tried was So let's move our focus to the top level Hopefully you'll know what the proper fix is. The paths used here seem similar to the use-case of project references at first glance to me, but I'll wait to see what you think before suggesting fixes 🙂 |
with paths, navigation in the IDE will go towards the dist output rather than the src. We also use the |
Describe the bug
when running
pnpm build
to double check the output for #8862 I noticed that many files were generated from either tsc or tsup.Your minimal, reproducible example
n/a
Steps to reproduce
pnpm build
Expected behavior
From the configs it looks like they should be written to
dist-ts
,build/modern
, orbuild/legacy
. It'd be helpful to get the intended output clarified, but I'm happy to help with another PR for this.How often does this bug happen?
Every time
Screenshots or Videos
Platform
System:
OS: macOS 15.3.2
CPU: (8) arm64 Apple M3
Memory: 215.98 MB / 16.00 GB
Shell: 3.7.1 - /opt/homebrew/bin/fish
Binaries:
Node: 22.12.0 - ~/.local/state/fnm_multishells/35918_1743092657466/bin/node
pnpm: 9.15.0 - ~/Library/pnpm/pnpm
Tanstack Query adapter
None
TanStack Query version
latest
TypeScript version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: