Closed bre7 closed 6 years ago
Ow it's probably because my custom packager doesn't check if the directory exists. Should be an easy fix, it assumed the original flat structure parcel originally used.
Not sure why but mkdirp isn't working as expected. Managed to fix it with fs-extra, PR asap.
Hi Jasper, while creating an issue in Parcel's repo I bumped into an issue with the plugin. Using a simple index.html with 2 images: while the other is an href (am I the only one displaying fullscreen images and using Parcel ? 😢).
Is this because the plugin assumes that images will be hashed ? But since one is an entrypoint, it will be copied as-is.
Error message:
Repro: https://github.com/bre7/parcel-plugin-imagemin-18