Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Rollup requires inline sourcemaps, Typescript defaults to files #287

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Rollup requires inline sourcemaps, Typescript defaults to files #287

wants to merge 1 commit into from

Conversation

JonathanWolfe
Copy link

No description provided.

@Jakeii
Copy link

Jakeii commented Jan 20, 2021

this has tripped me up, .ts files are just missing in developer tools without this

@benmccann
Copy link
Member

This seems like a bug that might be best filed in @rollup/plugin-typescript. I wouldn't expect it should accept options that are incompatible with each other and it should help the user find success

I see that rollup-plugin-typescript2 forces inlineSourceMap to false. I wonder if we want to do something different and why.

@Jakeii
Copy link

Jakeii commented Jan 21, 2021

This will still work with only inlineSources, inlineSourceMap isn't actually required.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants