Lucas Chen
Results
3
comments of
Lucas Chen
Any updates on this?
I'm getting the same issue. It tells me that there is an `undefined index on line 237`, but I check line 237 and it is an empty line. Removing `gulp-babel`...
@thany My gulpfile compiles ES6 code into browser-recognisable JavaScript, and aso minifies it. If I remove `gulp-babel` and write ES5 JavaScript instead of ES6, the sourcemapping works correctly, giving me...