When trying to use the mathjs/number entry point for a lighter final bundle size, I encountered the following error when trying to use the evaluate function:
Cannot create function "AccessorNode", some dependencies are missing: "subset".
Adding subsetDependencies solves the issue.
Reproduction:
https://codesandbox.io/s/pensive-lehmann-crt4q?file=/src/index.js