Cody Swartz
Cody Swartz
typescript ^^
Right now my order is something like the following and I'm also experiencing this. Running w/o uglify allows for it to map properly. ``` .pipe(sourcemaps.init()) .pipe(babel({presets: ['es2015']})) .pipe(uglify()) .pipe(rename(function(path) {...
I just rolled back to v1.5.4 and this is now working for me.
@pinalbhatt Posting what your chain looks like can help diagnose the problem.