Do source maps work for Chrome extensions?

后端 未结 4 656
一生所求
一生所求 2020-12-17 20:49

I\'m using the Closure compiler to create a Chrome extension and I\'d like to get source maps to work for debugging. I can get source maps to work just fine by pointing the

4条回答
  •  庸人自扰
    2020-12-17 21:12

    In the spirit of providing answers to questions resolved in comments, Chrome previously did not support the use of source maps in extensions but this was rectified as of Chrome 29.

    Thanks to the commenter, @w00kie who filed and tracked the bug on Chromium - if you wish to receive reputation for your helpful effort just post your own answer and I will delete this one.

提交回复
热议问题