CodetrixStudio/CapacitorGoogleAuth

React app - Source map issue

manish252488 opened this issue · 1 comments

im getting this error in my react project

Failed to parse source map from '/home/manish/projects/project/project-sample-app/node_modules/@codetrix-studio/capacitor-google-auth/src/definitions.ts' file: Error: ENOENT: no such file or directory, open '/home/manish/projects/project/project-sample-app/node_modules/@codetrix-studio/capacitor-google-auth/src/definitions.ts'

Failed to parse source map from '/home/manish/projects/project/project-sample-app/node_modules/@codetrix-studio/capacitor-google-auth/src/index.ts' file: Error: ENOENT: no such file or directory, open '/home/manish/projects/project/project-sample-app/node_modules/@codetrix-studio/capacitor-google-auth/src/index.ts'

Failed to parse source map from '/home/manish/projects/project/project-sample-app/node_modules/@codetrix-studio/capacitor-google-auth/src/web.ts' file: Error: ENOENT: no such file or directory, open '/home/manish/projects/project/project-sample-app/node_modules/@codetrix-studio/capacitor-google-auth/src/web.ts'

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

WARNING in ./node_modules/@codetrix-studio/capacitor-google-auth/dist/esm/definitions.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/manish/projects/project/project-sample-app/node_modules/@codetrix-studio/capacitor-google-auth/src/definitions.ts' file: Error: ENOENT: no such file or directory, open '/home/manish/projects/project/project-sample-app/node_modules/@codetrix-studio/capacitor-google-auth/src/definitions.ts'

WARNING in ./node_modules/@codetrix-studio/capacitor-google-auth/dist/esm/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/manish/projects/project/project-sample-app/node_modules/@codetrix-studio/capacitor-google-auth/src/index.ts' file: Error: ENOENT: no such file or directory, open '/home/manish/projects/project/project-sample-app/node_modules/@codetrix-studio/capacitor-google-auth/src/index.ts'

WARNING in ./node_modules/@codetrix-studio/capacitor-google-auth/dist/esm/web.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/manish/projects/project/project-sample-app/node_modules/@codetrix-studio/capacitor-google-auth/src/web.ts' file: Error: ENOENT: no such file or directory, open '/home/manish/projects/project/project-sample-app/node_modules/@codetrix-studio/capacitor-google-auth/src/web.ts'

webpack compiled with 3 warnings

react version: "react": "^18.2.0",

I tried out
GENERATE_SOURCEMAP=false

but it gives me more errors.

Outside the scope of the plug-in.