Is there an Arcgis esri commonjs version?

Since the ArcGIS API for JavaScript is really designed for front end coding it makes more sense that it implements AMD rather than commonjs.

This is the closest you are going to get to integrating it with other build tools for right now.

developers.arcgis.com/javascript/3/jshelp/inside_bower_custom_builds.html#build-requirejs

Esri is making slow but steady progress making their API compatible with modern dev tools. Many of the APIs limitations are inherited from Dojo.

Read more here: Source link