Skip to content

Missing source maps v8 #5416

Open
Open
@Donorlin

Description

@Donorlin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions