js-api-loader
js-api-loader copied to clipboard
Bug: Failed to parse source map
Environment details
Steps to reproduce
- install v1.16.3
- build your project with react-scripts
- check the output
Code example
# example
Stack trace
Failed to parse source map from '.../node_modules/@googlemaps/src/index.ts' file: Error: ENOENT: no such file or directory, open '.../node_modules/@googlemaps/src/index.ts'
This didn't occur with v1.16.2. It seems you changed build-related parts of the CI pipeline: https://github.com/googlemaps/js-api-loader/compare/v1.16.2...v1.16.3