Setup JS sourcemaps

Rationale

This would greatly help with debugging tasks. Right now everything reported to bugsang has traceback with references to minified and uglyfied code

Implementation options

  • Configure webpack.prod so it includes them in the output files. I don't think it'd be a security concern since Integrates is opensource anyways
  • bugsang has an option to include sourcemaps but we'd need to update them after each deploy
Edited by Andres Aguirre