ben-eb/gulp-svgmin

Missing dependency lodash.clonedeep

donmahallem opened this issue · 0 comments

You included with the last release lodash.clonedeep as devDependency which is required by

import cloneDeep from 'lodash.clonedeep';
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.