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
r.js bails as soon as it tries to integrate l20n.js because l20n.js makes direct references to browser constructs like window, document and location, which don't exist in node.js.
r.js bails as soon as it tries to integrate l20n.js because l20n.js makes direct references to browser constructs like window, document and location, which don't exist in node.js.
Using this post requirejs/r.js#443
I modified a copy of the plugin to patch around r.js and make the plugin dynamically load l20n and the locale files:
The text was updated successfully, but these errors were encountered: