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
IMHO the AMD format is better suited for client-side module handling than the CommonJS require() format, so this might be worth a consideration: https://github.com/amdjs/amdjs-api/wiki/AMD
It is implemented by different loaders, including RequireJS
The text was updated successfully, but these errors were encountered:
IMHO the AMD format is better suited for client-side module handling than the CommonJS require() format, so this might be worth a consideration:
https://github.com/amdjs/amdjs-api/wiki/AMD
It is implemented by different loaders, including RequireJS
The text was updated successfully, but these errors were encountered: