Configure non conflict mode for Dojo in ArcGIS JavaScript to avoid conflict

4091
0
07-17-2014 07:58 AM
FabioAlmeida1
New Contributor

Hi,

 

I am embedding ArcGIS JavaScript into a Data Visualization Tool which uses requirejs for creating Charts.

 

Is it possible to use requirejs rather than dojo AMD to load ArcGIS modules?

 

The issue is that Dojo AMD has two global methods "define" and "require" that conflicts with requirejs methods "define" and "require" which are global as well.

 

Or Is there any non conflict mode for Dojo?

 

Thank you,

 

Fabio

dojoAMD_conflict.png

0 Kudos
0 Replies