adamayres / gulp-wrap

A gulp plugin to wrap the stream contents with a lodash template.
https://www.npmjs.com/package/gulp-wrap
MIT License
84 stars 17 forks source link

Sourcemaps #33

Open NemoStein opened 7 years ago

NemoStein commented 7 years ago

Is it possible to add support for Sourcemaps (gulp-sourcemaps)?

karl-sjogren commented 6 years ago

You can use https://www.npmjs.com/package/gulp-wrap-js if you need sourcemaps. It is way slower though since it parses your js files first (about 3-4 seconds on my huge project).