arcgis js api 4.0 beta3这里面建议都是用模块化引入,不建议使用相对路径
比如:define(["./declare","./accessorSupport/Properties"],
应该使用define(["esri/core/declare","esri/core/accessorSupport/Properties"],
English Translation:
arcgis js api 4.0 beta3 inside this proposal is the introduction of modular, does not recommend the use of a relative path
For example: define (["./ declare", "./ accessorSupport / Properties"],
Should define (["esri / core / declare", "esri / core / accessorSupport / Properties"],
Message was edited by: Robert Scheitlin, GISP to add English translation