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

sourceMap.content: inline is not supported #548

Open
squarebracket opened this issue Jan 21, 2020 · 0 comments
Open

sourceMap.content: inline is not supported #548

squarebracket opened this issue Jan 21, 2020 · 0 comments

Comments

@squarebracket
Copy link

Using the standard uglify API, you can provide sourceMap.content: 'inline', and it will use the inlined source map as the input source map. I tried providing this, but it does not work. Of course, using sourceMapIn: 'inline' does not work, as it simply tries to read the file named inline.

Since you're not using the standard minify API, which is where the processing happens, is this possible without having to parse and strip out the content?

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

No branches or pull requests

1 participant