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
{{ message }}
This repository has been archived by the owner on Jan 12, 2018. It is now read-only.
In our project, we set defaultJSExtensions: true in our config.js, this is to fit in with the template we're using.
This doesn't play well with esri-system-js. When getName is called, the location it is passed isn't, e.g., esri/Color, it's esri/Color.js.
The result is that in _register, the name doesn't match the supplied list of module names and the modules aren't registered with SystemJS.
I've fixed the issue in a fork that we're going to use, but I was wondering if the change might be included in the library itself? I can submit a pull request if it's seen to be a good thing.
Thanks
Dave
The text was updated successfully, but these errors were encountered:
In our project, we set defaultJSExtensions: true in our config.js, this is to fit in with the template we're using.
This doesn't play well with esri-system-js. When getName is called, the location it is passed isn't, e.g., esri/Color, it's esri/Color.js.
The result is that in _register, the name doesn't match the supplied list of module names and the modules aren't registered with SystemJS.
I've fixed the issue in a fork that we're going to use, but I was wondering if the change might be included in the library itself? I can submit a pull request if it's seen to be a good thing.
Thanks
Dave
The text was updated successfully, but these errors were encountered: