-
-
Notifications
You must be signed in to change notification settings - Fork 932
Closed
Labels
C-enhancementCategory - New feature or requestCategory - New feature or request
Description
Current the tranform api using filename to get SourceType, but has other case at rollup/esbuild, eg. the js extension maybe using jsx sourceType for react project.
Here can't using a fake filename, because has some reasons.
- The sourcemap using filename as
sourcesfields, using the fake name is incorrect. - The
jsx: 'development'need to usingfilenameto display debugger info, using the fake name is incorrect.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementCategory - New feature or requestCategory - New feature or request
Type
Fields
Give feedbackPriority
None yet