Join Discord
Powered by
Hello. Trying out cypress and when importing some ...
# help
c
clean-dog-34224
07/06/2022, 7:59 PM
Hello. Trying out cypress and when importing some of my libs in the spec file I get long stack traces saying that certain files cannot be found. This seems to be from packages where the entry points are only defined by the
exports
field in
package.json
i.e. no
main
field (
https://nodejs.org/api/packages.html#package-entry-points
). Is this a limitation of cypress and/or is there any way around it?
Previous
Next