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
It seems that when you have an object called "exports" defined, pace.js tries to set a property on a module. In my case module does not exist, so there's a console error.
It seems that when you have an object called "exports" defined, pace.js tries to set a property on a
module
. In my casemodule
does not exist, so there's a console error.I think that line 978:
pace/pace.js
Lines 978 to 980 in 2350e56
should be changed to
typeof module
since that appears to be the purpose anyways (set the property "exports" on the object "module")Am I missing something here?
Thanks!
The text was updated successfully, but these errors were encountered: