Describe the bug
I am using latest webpack, with latest source-map-loader and i am getting errors like this when importing latest version of react-datepicker.
Failed to parse source map from '*****/node_modules/react-datepicker/src/year_dropdown_options.tsx' file: Error: ENOENT: no such file or directory, open '*****/node_modules/react-datepicker/src/year_dropdown_options.tsx'
By the looks of it, you really do not include either sources or inlined source maps ("inlineSources": true, in tsconfig.json) in your built package.
Expected behavior
Built package should contain source maps in some way.
Describe the bug
I am using latest
webpack, with latestsource-map-loaderand i am getting errors like this when importing latest version ofreact-datepicker.By the looks of it, you really do not include either sources or inlined source maps (
"inlineSources": true,intsconfig.json) in your built package.Expected behavior
Built package should contain source maps in some way.