After reading an interesting article about integrating Google Maps and gmaps.js with RequireJS, I came across a problem in my project where Almond was used instead of RequireJS. The article mentioned that Almond does not support the RequireJS async plugin, which caused issues with loading Google's dependencies for gmaps.js, resulting in errors.
Is there a solution to this problem that allows for loading Google maps code in a project using Almond instead of RequireJS?