inline source map with closure compiler?
Asked Answered
K

0

6

I'm struggling to debug a js file compiled by Closure Compiler with its corresponding source map file (issue: associated file source code not displayed in Chrome/firefox).

Is there a way with Closure Compiler to put the source map 'inline', in the compiled js file (instead of generating a separated source map file) ?

If not, is it possible to modify the compiled js file to replace the source map link by the source map content?

Kamasutra answered 6/6, 2017 at 6:10 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.