sourcemap in Vite dev mode with pnpm
is incorrect
#294
Labels
problem: needs more info
This issue needs more information in order to handle it
problem: removed issue template
OP removed the issue template without good cause
problem: stale
Issue has not been responded to in some time
scope: integration
Related to an integration, not necessarily to core (but could influence core)
scope: Vite
Related to integration with Vite, not Rollup, which this plugin was designed for
solution: unresolved
Issue has been closed by OP but root cause has not necessarily been resolved
What happens and why it is wrong
Environment
as a vite plugin to develop
Versions
latest
repo: clone https://github.com/agileago/vue3-oop
you will see
count.service.ts
sourcemap is not right and can't breakpoint . but when you changevite.config.ts
to use@rollup/plugin-typescript
. it is ok. because@rollup/plugin-typescript
is too slow. by the way. because i use decorator so i need typescript compile not esbuildThe text was updated successfully, but these errors were encountered: