Open
Description
We're currently using @googlemaps/google-maps-services-js
which has the following dependency on this module
{
"dependencies": {
"@googlemaps/url-signature": "^1.0.4",
...
}
}
Unfortunately it would appear that changes to the build process for this module have manifested in the latest release (1.0.33
) dist/index.umd.js
requiring imports from core-js
.
We're currently working around the issue by using npm overrides but I was wondering if it was intentional that core-js
hadn't been added to dependencies
or peerDependencies
for this module.