npm - What is the use of gulp-sourcemaps? -


i'm learning angular2 , have seen gulp-sourcemaps plugin used in angular2-quickstart project. question general, why use gulp-sourcemaps? in circumstances should use plugin?

it automatically creates source maps code. source map used tell file , line in original code part of minified code comes from. sourcemaps can helpful when debugging minified angular apps in browser.


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -