This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Description
I received a bug report from one of our users and we were able to find the following behavior:
The following works:
node -e "console.log(require('remotion/version'))"
but this does not:
node -r esm-wallaby -e "console.log(require('remotion/version'))"
Adding an exports field to package.json is supported by Node.JS since a while, so this module should not break the module resolution.