zouhir / lqip-loader

Low Quality Image Placeholders (LQIP) for Webpack
1.21k stars 44 forks source link

Should 'lqip' be a dependency instead of a devDependency? #15

Closed wlingke closed 6 years ago

wlingke commented 6 years ago

In order to run lqip-loader, I have to have lqip installed. yarn add lqip-loader --dev won't install lqip because it's not listed as an actual dependency.

I think lqip should probably be a dependency because well... it kind of is :)

zouhir commented 6 years ago

yes.

zouhir commented 6 years ago

I will do that!