You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this annoying warning when compiling from React Typescript:
Compiled with warnings.
Failed to parse source map from '.../node_modules/simple-crypto-js/src/SimpleCrypto.ts' file: Error: ENOENT: no such file or directory, open '.../node_modules/simple-crypto-js/src/SimpleCrypto.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/simple-crypto-js/lib/SimpleCrypto.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '.../node_modules/simple-crypto-js/src/SimpleCrypto.ts' file: Error: ENOENT: no such file or directory, open '.../node_modules/simple-crypto-js/src/SimpleCrypto.ts'
There is a source map for JS file. My best guess is that the source map file for SimpleCrypto.ts TS file is missing.
The text was updated successfully, but these errors were encountered:
I'm getting this annoying warning when compiling from React Typescript:
There is a source map for JS file. My best guess is that the source map file for
SimpleCrypto.ts
TS file is missing.The text was updated successfully, but these errors were encountered: