fly-kit-preact icon indicating copy to clipboard operation
fly-kit-preact copied to clipboard

How to get source maps ?

Open KatSick opened this issue 7 years ago • 1 comments

Is there any pre-defined script that compiles release bundle with source maps?

KatSick avatar Jan 05 '17 13:01 KatSick

Thanks! Looks like I need to flush this part out better. The sourceMap is added inline to app.js during the build task, but then it gets removed by Uglify JS for release because it's a comment.

lukeed avatar Jan 05 '17 19:01 lukeed