Skip to content

Commit 0cb4759

Browse files
test: added
1 parent b8a2c38 commit 0cb4759

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

test/fixtures/webpackIgnore.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,16 @@
157157
'./url/img.png' 5x
158158
);
159159
}
160+
161+
.class {
162+
/*webpackIgnore: true*/
163+
background-image: image-set(
164+
/*webpackIgnore: false*/
165+
url(./url/img.png) 2x,
166+
/*webpackIgnore: true*/
167+
url(./url/img.png) 3x,
168+
/*webpackIgnore: false*/
169+
url(./url/img.png) 4x,
170+
url(./url/img.png) 5x
171+
);
172+
}

0 commit comments

Comments
 (0)