js-api-loader icon indicating copy to clipboard operation
js-api-loader copied to clipboard

Bug: Failed to parse source map

Open ghost opened this issue 1 year ago • 8 comments

Environment details

Steps to reproduce

  1. install v1.16.3
  2. build your project with react-scripts
  3. 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

ghost avatar Feb 20 '24 12:02 ghost