exifr
exifr copied to clipboard
Critical dependency: the request of a dependency is an expression
warning in ./node_modules/exifr/dist/full.esm.mjs
Critical dependency: the request of a dependency is an expression
I got this error after upgrading some packages of my project. The weird thing is when I changed to lite or mini version, the warning disappears.
FYI, I use vue-cli-service
to start the project.
Same here. We are using it in a Gatsby project. Importing mini
or the light
doesn't work for us (the warning isn't happing there), we need the full
version.
We are seeing this as well and would like a fix for it. It's more annoying than anything.
Did anyone find a solution for this? I'm getting the error on: 7.1.3
Importing like this: import exifr from "exifr";