-
-
Notifications
You must be signed in to change notification settings - Fork 608
Closed
Description
- 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
broven