voidlabs / mosaico

Mosaico - Responsive Email Template Editor
https://mosaico.io
GNU General Public License v3.0
1.68k stars 502 forks source link

Issue with sourcemaps when debugging? #621

Closed chris-tuncap closed 2 years ago

chris-tuncap commented 2 years ago

Hi! I am trying to debug mosaico using dev tools in Chrome.
I am seeing the original code fine but I am unable to breakpoint certain lines.

bago commented 2 years ago

Thank you for reporting, it was a bug in the build tool handling of the banner (grunt-browserify). Moving the banner to a later step in the build (uglify) fixed the issue.