Skip to content

Wrong output when deal with css modules #902

@honghui-qiao

Description

@honghui-qiao
  • Operating System: Mojave
  • Node Version: v10.15.1
  • NPM Version: 6.4.1
  • webpack Version: 4.x
  • css-loader Version: 2.x

Expected Behavior

a[href=''] { xxx } should compiled to a[href=''] { xxx }

Actual Behavior

a[href=''] { xxx } compiled to a[href] { xxx }

We don't have this issue with css-loader 1.x

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions