You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah it's not often mentioned but crucial to a good monorepo experience
After posting this issue I did some digging. Looks like that rollup plugin is in maintenance mode and doesn't support this feature.
It therefore is likely cumbersome to implement this feature for pkgroll. I spent some time today making our own, very simple, pkgroll equivalent using esbuild and calling tsc with declaration only. It will tide us over for now
Feature request
pkgroll bundles don't include sourcemaps for declaration files
See https://www.typescriptlang.org/tsconfig/#declarationMap
Motivations
I want to implement pkgroll across all packages in our monorepo, but we need source "click-through" capability which depends on declarationMap
Alternatives
No response
Additional context
No response
Bugs are expected to be fixed by those affected by it
Compensating engineering work financially will speed up resolution
The text was updated successfully, but these errors were encountered: