chromium / suspicious-site-reporter

Extension for reporting suspicious sites to Safe Browsing.
Apache License 2.0
96 stars 22 forks source link

Move the build to webpack and enable source mapping in browser for better debugging experience #56

Closed JSSaini07 closed 4 years ago

JSSaini07 commented 4 years ago

Currently if you open the background script for debugging it is minified and hard to debug, I'd like to move the build process to webpack and enable source mapping in order to enhance debugging experience.

JSSaini07 commented 4 years ago

@livvielin I'd be happy to work on this

livvielin commented 4 years ago

Thanks for the suggestion! We currently do an internal (Google/Bazel-like) build, so unfortunately I'm not sure that this would really work here. I'll close this issue for now, but feel free to re-open if you have additional thoughts.