Combine source maps of two compilation steps

前端 未结 4 1842
梦如初夏
梦如初夏 2020-12-14 07:18

I\'ve got a two-step compilation process for my web application. Firstly, I compile CoffeeScript files into JavaScript files [1]. Then the JavaScript files (both ones that c

4条回答
  •  無奈伤痛
    2020-12-14 07:22

    Closure Compiler now implements --apply_input_source_maps (and --parse_inline_source_maps to boot). That should do exactly what you're trying to achieve here, no additional tooling required.

提交回复
热议问题