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 have upgraded to CRA 5 and I'm getting this compilation error:
WARNING in ./node_modules/autolinker/dist/es2015/truncate/truncate-end.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '\node_modules\autolinker\src\truncate\truncate-end.ts' file: Error: ENOENT: no such file or directory, open '\node_modules\autolinker\src\truncate\truncate-end.ts'
+1, I have the same error. I believe that we could either set sourcemap: false in rollup.config.ts or include files: src in package.json, but I'm not sure which one would be preferable?
I have upgraded to CRA 5 and I'm getting this compilation error:
Somehow CRA keeps trying to find the map files in src folder instead of dist.
The text was updated successfully, but these errors were encountered: