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
WARNING in ./node_modules/@date-fns/upgrade/v2/convertTokens/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/Users/owrobel/projects/webpack-demo/node_modules/@date-fns/src/v2/convertTokens/index.ts' file: Error: ENOENT: no such file or directory, open '/Users/owrobel/projects/webpack-demo/node_modules/@date-fns/src/v2/convertTokens/index.ts'
@ ./src/index.js 1:0-67 3:12-25
The text was updated successfully, but these errors were encountered:
Hi,
I'm wondering if it would be possible to add
to
tsconfig.json
file?It won't affect source code at all but will satisfy webpack5 complaints about source map files, however, it will increase the size of source maps.
Currently, bundling the following code:
produces this warning:
The text was updated successfully, but these errors were encountered: