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
This is not a breaking issue for me but I had to post this as an issue since there is no discussions tab in the repo.
Using stdnum-js latest version with CRA v5.0.1 by importing import { stdnum } from 'stdnum'; and getting a bunch of warnings, for ex.:
WARNING in ./node_modules/stdnum/lib/esm/ro/cnp.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '.../node_modules/stdnum/src/ro/cnp.ts' file: Error: ENOENT: no such file or directory, open '/Users/buraktilek/projects/application-frontend/node_modules/stdnum/src/ro/cnp.ts'
Is this due to CRA or due to the library I wonder 🤔, much appreciated if you can provide some answer, cheers!
The text was updated successfully, but these errors were encountered:
Thanks for the report. It'll be a little bit until I can dig into this in some detail but is very weird.
Can you provide your tsconfig.json file for reference since I'm assuming that that might be part of the source of the "error". Or if you have any other babel settings of note.
Thanks for the great library!
This is not a breaking issue for me but I had to post this as an issue since there is no discussions tab in the repo.
Using stdnum-js latest version with CRA v5.0.1 by importing
import { stdnum } from 'stdnum';
and getting a bunch of warnings, for ex.:Is this due to CRA or due to the library I wonder 🤔, much appreciated if you can provide some answer, cheers!
The text was updated successfully, but these errors were encountered: