You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I noticed that importing ~10 functions from math.js into my React project, e.g. import { asin, cross, cos, divide, dot, multiply, norm, sin, subtract } from "mathjs"; lets take the bundler easily 15 - 30 seconds each time. Is this a problem with math.js or why is it so slow? Should I report this as bug or would it be more of a CRA issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I noticed that importing ~10 functions from math.js into my React project, e.g.
import { asin, cross, cos, divide, dot, multiply, norm, sin, subtract } from "mathjs";
lets take the bundler easily 15 - 30 seconds each time. Is this a problem with math.js or why is it so slow? Should I report this as bug or would it be more of a CRA issue?Beta Was this translation helpful? Give feedback.
All reactions