Adding libraries from npm in root sage 8.5.3, I got error in console with required not found.
var GoogleMapsLoader = require('google-maps');
GoogleMapsLoader.load(function(google) {
new google.maps.Map(el, options);
});
Note: I add that code on main.js using sage 8.5.3 but the code says require not found in my console