ben-eb / gulp-svgmin

Minify SVG files with gulp.
MIT License
341 stars 35 forks source link

Missing dependency lodash.clonedeep #120

Closed donmahallem closed 3 years ago

donmahallem commented 3 years ago

You included with the last release lodash.clonedeep as devDependency which is required by https://github.com/ben-eb/gulp-svgmin/blob/dd04067249679a6289db49c532d978b579b16135/src/get-svgo-config.js#L1 which results in an error if not installed via another dependency or manually.

lodash.clonedeep should be required as a dependency and not as a devDependency.