Skip to content

CSS urls are broken when using sourcemaps #4273

Closed
@filipesilva

Description

@filipesilva

Fixing sourcemaps for global css in #4222 introduced a new bug due to webpack-contrib/css-loader#232.

While --sourcemap is enabled (default for dev) and --extract-css is disabled (default for dev), urls in css can become incorrect. See webpack-contrib/css-loader#232 for more details.

Temporary workaround is to serve with either --no-sourcemap or --extract-css.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1Impacts a large percentage of users; if a workaround exists it is partial or overly painfultype: bug/fix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions