We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
const [imagemin, webp] = await Promise.all([import('imagemin'), import('imagemin-webp')]);
https://github.com/adamlui/js-utils/blob/23b8bbb60944f8207e9793ad3ec021ffedb39f9e/img-to-webp/img-to-webp.js#L18C1-L18C94 results in
Error: 18:55 error Unable to resolve path to module 'imagemin' import/no-unresolved Error: 18:75 error Unable to resolve path to module 'imagemin-webp' import/no-unresolved