With the second commit the image-set plugin no longer works
I added package-lock.json to git in this branch because I am 99% sure this is a dependency issue.
The first change in package.json is to pin two packages.
When those are pinned it keeps working.
When unpinning either one of those it breaks.
Anyone whole installs at this time or someone who runs npm upgrade will have a non-functional image-set plugin
With the second commit the
image-set
plugin no longer worksI added package-lock.json to git in this branch because I am 99% sure this is a dependency issue.
The first change in
package.json
is to pin two packages. When those are pinned it keeps working.When unpinning either one of those it breaks. Anyone whole installs at this time or someone who runs
npm upgrade
will have a non-functionalimage-set
plugin