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
The require statement in the Node support section of the UMD requires nothing and is crashing the r.js optimizer and (I'm assuming) should crash when used in node?
The
requirestatement in the Node support section of the UMD requires nothing and is crashing ther.jsoptimizer and (I'm assuming) should crash when used in node?It should be
module.exports = factory();