I read the following article on how to get Google Maps, and gmaps.js
to work with RequireJS. However, when I build my project, RequireJS is swapped with Almond. In the article above, it states that Almond will not work with the RequireJS async plugin. Without the async plugin, Google's dependencies are not loaded, and gmaps.js
throw an error.
Is there a way to work around the issue and still load Google maps code in a project that uses Almond rather than RequireJS?