Skip to content
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

Inline source maps broken w/ newer Typescript #790

Closed
jasperlin451 opened this issue Jun 24, 2024 · 1 comment
Closed

Inline source maps broken w/ newer Typescript #790

jasperlin451 opened this issue Jun 24, 2024 · 1 comment

Comments

@jasperlin451
Copy link

I'm using typescript 5.5 breaks when trying to inline source maps because typescript returns w/ Option 'sourceMap' cannot be specified with option 'inlineSourceMap'.ts.

sourcemap: options.sourceMap && options.inlineSourceMap ? 'inline' : Boolean(options.sourceMap),

I think this typescript behavior change in ~v5.

@jasperlin451
Copy link
Author

Looks like there's already a PR for this: #726

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

No branches or pull requests

2 participants