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
// Only Node.JS has a process variable that is of [[Class]] process
export default Object.prototype.toString.call(typeof process !== "undefined" ? process : 0) === "[object process]";
in relation to #537 i tried:
import "~/modules/fontawesome#?~./utils/is-node";
with
but i got the same error as in #537
using:
donejs: 2
steal: 1.11.6
steal-conditional: 1.1.1
cc @m-mujica @matthewp
The text was updated successfully, but these errors were encountered: