condenser icon indicating copy to clipboard operation
condenser copied to clipboard

enable prod sourcemaps, closes #3626

Open gl2748 opened this issue 5 years ago • 5 comments

closes #3626, Enable production sourcemaps.

gl2748 avatar Jan 13 '20 15:01 gl2748

@gl2748 could you please verify this is working in the dev environment?

roadscape avatar Jan 23 '20 20:01 roadscape

This works on a local dev machine sourcemaps are visible in the browser console: Screen Shot 2020-01-28 at 8 53 56 AM Similarly, running yarn run build shows sourcemaps are generated in the dist directory Screen Shot 2020-01-28 at 8 55 51 AM

However, when deploying the site as configured, to steemitdev.com, the sourcemaps are not visible.

gl2748 avatar Jan 28 '20 14:01 gl2748

Suspect it could be https://github.com/steemit/sdc-frontend config.

roadscape avatar Jan 30 '20 18:01 roadscape

Test to see if it works via docker build, locally.

roadscape avatar Jan 30 '20 19:01 roadscape

@roadscape tested on dev: Screen Shot 2020-02-19 at 4 58 14 PM

gl2748 avatar Feb 19 '20 22:02 gl2748