Skip to content

CSS urls are broken when using sourcemaps #4273

Description

@filipesilva

Fixing sourcemaps for global css in #4222 introduced a new bug due to webpack/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/css-loader#232 for more details.

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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