Skip to content

Commit 3ea78f7

Browse files
authored
chore: update deps (webpack-contrib#98)
1 parent 553abbc commit 3ea78f7

9 files changed

+2516
-2612
lines changed

package-lock.json

Lines changed: 2428 additions & 2524 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,42 +51,42 @@
5151
"cssnano": "^5.0.0",
5252
"jest-worker": "^27.0.2",
5353
"p-limit": "^3.0.2",
54-
"postcss": "^8.2.9",
54+
"postcss": "^8.3.4",
5555
"schema-utils": "^3.0.0",
5656
"serialize-javascript": "^5.0.1",
5757
"source-map": "^0.6.1"
5858
},
5959
"devDependencies": {
6060
"@babel/cli": "^7.13.16",
61-
"@babel/core": "^7.14.0",
62-
"@babel/preset-env": "^7.14.1",
63-
"@commitlint/cli": "^12.1.3",
64-
"@commitlint/config-conventional": "^12.1.3",
61+
"@babel/core": "^7.14.6",
62+
"@babel/preset-env": "^7.14.5",
63+
"@commitlint/cli": "^12.1.4",
64+
"@commitlint/config-conventional": "^12.1.4",
6565
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
6666
"babel-jest": "^27.0.2",
6767
"clean-css": "^5.1.2",
6868
"copy-webpack-plugin": "^8.1.1",
6969
"cross-env": "^7.0.3",
70-
"css-loader": "^5.2.4",
70+
"css-loader": "^5.2.6",
7171
"cssnano-preset-simple": "^2.0.0",
7272
"csso": "^4.2.0",
7373
"del": "^6.0.0",
7474
"del-cli": "^3.0.1",
75-
"eslint": "^7.26.0",
75+
"eslint": "^7.28.0",
7676
"eslint-config-prettier": "^8.3.0",
77-
"eslint-plugin-import": "^2.22.1",
77+
"eslint-plugin-import": "^2.23.4",
7878
"husky": "^6.0.0",
79-
"jest": "^27.0.3",
79+
"jest": "^27.0.4",
8080
"lint-staged": "^11.0.0",
8181
"memfs": "^3.2.2",
8282
"mini-css-extract-plugin": "^1.6.0",
8383
"npm-run-all": "^4.1.5",
84-
"prettier": "^2.3.0",
85-
"sass": "^1.32.12",
86-
"sass-loader": "^11.1.0",
84+
"prettier": "^2.3.1",
85+
"sass": "^1.35.1",
86+
"sass-loader": "^11.1.1",
8787
"standard-version": "^9.3.0",
8888
"sugarss": "^3.0.3",
89-
"webpack": "^5.37.0"
89+
"webpack": "^5.39.0"
9090
},
9191
"keywords": [
9292
"cssnano",

test/__snapshots__/CssMinimizerPlugin.test.js.snap

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ exports[`CssMinimizerPlugin should throw error from postcss: warning 1`] = `Arra
8080

8181
exports[`CssMinimizerPlugin should work and do not use memory cache when the "cache" option is "false": assets 1`] = `
8282
Object {
83-
"foo.css": "body{color:red}a{color:#00f}",
83+
"foo.css": "body{color:red}a{color:blue}",
8484
"style-2.css": "a{color:coral}",
8585
"style.css": "a{color:red}",
8686
}
8787
`;
8888

8989
exports[`CssMinimizerPlugin should work and do not use memory cache when the "cache" option is "false": assets 2`] = `
9090
Object {
91-
"foo.css": "body{color:red}a{color:#00f}",
91+
"foo.css": "body{color:red}a{color:blue}",
9292
"style-2.css": "a{color:coral}",
9393
"style.css": "a{color:red}",
9494
}
@@ -104,7 +104,7 @@ exports[`CssMinimizerPlugin should work and do not use memory cache when the "ca
104104

105105
exports[`CssMinimizerPlugin should work and generate real content hash: assets 1`] = `
106106
Object {
107-
"entry.19e4764f9c1d9fe130e2.d801df74e2eeda59439d.74aeb19a113575472da2.css": "body{color:red}a{color:#00f}",
107+
"entry.ee68cb428fa1feaa2c48.d801df74e2eeda59439d.74aeb19a113575472da2.css": "body{color:red}a{color:blue}",
108108
}
109109
`;
110110

@@ -114,7 +114,7 @@ exports[`CssMinimizerPlugin should work and generate real content hash: warnings
114114

115115
exports[`CssMinimizerPlugin should work and show minimized assets in stats: assets 1`] = `
116116
Object {
117-
"foo.css": "body{color:red}a{color:#00f}",
117+
"foo.css": "body{color:red}a{color:blue}",
118118
}
119119
`;
120120

@@ -124,15 +124,15 @@ exports[`CssMinimizerPlugin should work and show minimized assets in stats: warn
124124

125125
exports[`CssMinimizerPlugin should work and use memory cache out of box: assets 1`] = `
126126
Object {
127-
"foo.css": "body{color:red}a{color:#00f}",
127+
"foo.css": "body{color:red}a{color:blue}",
128128
"style-2.css": "a{color:coral}",
129129
"style.css": "a{color:red}",
130130
}
131131
`;
132132

133133
exports[`CssMinimizerPlugin should work and use memory cache out of box: assets 2`] = `
134134
Object {
135-
"foo.css": "body{color:red}a{color:#00f}",
135+
"foo.css": "body{color:red}a{color:blue}",
136136
"style-2.css": "a{color:coral}",
137137
"style.css": "a{color:red}",
138138
}
@@ -148,15 +148,15 @@ exports[`CssMinimizerPlugin should work and use memory cache out of box: warning
148148

149149
exports[`CssMinimizerPlugin should work and use memory cache when the "cache" option is "true" and the asset has been changed: assets 1`] = `
150150
Object {
151-
"foo.css": "body{color:red}a{color:#00f}",
151+
"foo.css": "body{color:red}a{color:blue}",
152152
"style-2.css": "a{color:coral}",
153153
"style.css": "a{color:red}",
154154
}
155155
`;
156156

157157
exports[`CssMinimizerPlugin should work and use memory cache when the "cache" option is "true" and the asset has been changed: assets 2`] = `
158158
Object {
159-
"foo.css": "a,body{color:red}a{color:#00f}",
159+
"foo.css": "a,body{color:red}a{color:blue}",
160160
"style-2.css": "a{color:coral}",
161161
"style.css": "a{color:red}",
162162
}
@@ -172,15 +172,15 @@ exports[`CssMinimizerPlugin should work and use memory cache when the "cache" op
172172

173173
exports[`CssMinimizerPlugin should work and use memory cache when the "cache" option is "true": assets 1`] = `
174174
Object {
175-
"foo.css": "body{color:red}a{color:#00f}",
175+
"foo.css": "body{color:red}a{color:blue}",
176176
"style-2.css": "a{color:coral}",
177177
"style.css": "a{color:red}",
178178
}
179179
`;
180180

181181
exports[`CssMinimizerPlugin should work and use memory cache when the "cache" option is "true": assets 2`] = `
182182
Object {
183-
"foo.css": "body{color:red}a{color:#00f}",
183+
"foo.css": "body{color:red}a{color:blue}",
184184
"style-2.css": "a{color:coral}",
185185
"style.css": "a{color:red}",
186186
}
@@ -197,7 +197,7 @@ exports[`CssMinimizerPlugin should work and use memory cache when the "cache" op
197197
exports[`CssMinimizerPlugin should work with assets using querystring: entry.css.map?v=test 1`] = `"{\\"version\\":3,\\"sources\\":[\\"webpack:///./foo.css\\"],\\"names\\":[],\\"mappings\\":\\"AAAA,KACE,SACF,CACA,EACE,UACF\\",\\"file\\":\\"entry.css?v=test\\",\\"sourcesContent\\":[\\"body {\\\\n color: red;\\\\n}\\\\na {\\\\n color: blue;\\\\n}\\"],\\"sourceRoot\\":\\"\\"}"`;
198198

199199
exports[`CssMinimizerPlugin should work with assets using querystring: entry.css?v=test 1`] = `
200-
"body{color:red}a{color:#00f}
200+
"body{color:red}a{color:blue}
201201
/*# sourceMappingURL=entry.css.map?v=test*/"
202202
`;
203203

@@ -213,7 +213,7 @@ exports[`CssMinimizerPlugin should work with child compilation: warnings 1`] = `
213213

214214
exports[`CssMinimizerPlugin should work with source map and use memory cache when the "cache" option is "true" and the asset has been changed: assets 1`] = `
215215
Object {
216-
"foo.css": "body{color:red}a{color:#00f}
216+
"foo.css": "body{color:red}a{color:blue}
217217
/*# sourceMappingURL=foo.css.map*/",
218218
"foo.css.map": "{\\"version\\":3,\\"sources\\":[\\"webpack:///./foo.css\\"],\\"names\\":[],\\"mappings\\":\\"AAAA,KACE,SACF,CACA,EACE,UACF\\",\\"file\\":\\"foo.css\\",\\"sourcesContent\\":[\\"body {\\\\n color: red;\\\\n}\\\\na {\\\\n color: blue;\\\\n}\\"],\\"sourceRoot\\":\\"\\"}",
219219
"style-2.css": "a{color:coral}",
@@ -223,7 +223,7 @@ Object {
223223

224224
exports[`CssMinimizerPlugin should work with source map and use memory cache when the "cache" option is "true" and the asset has been changed: assets 2`] = `
225225
Object {
226-
"foo.css": "a,body{color:red}a{color:#00f}
226+
"foo.css": "a,body{color:red}a{color:blue}
227227
/*# sourceMappingURL=foo.css.map*/",
228228
"foo.css.map": "{\\"version\\":3,\\"sources\\":[\\"webpack:///./foo.css\\"],\\"names\\":[],\\"mappings\\":\\"AAAA,OACE,SACF,CACA,EACE,UACF\\",\\"file\\":\\"foo.css\\",\\"sourcesContent\\":[\\"body {\\\\n color: red;\\\\n}\\\\na {\\\\n color: blue;\\\\n}\\"],\\"sourceRoot\\":\\"\\"}",
229229
"style-2.css": "a{color:coral}",
@@ -241,7 +241,7 @@ exports[`CssMinimizerPlugin should work with source map and use memory cache whe
241241

242242
exports[`CssMinimizerPlugin should work with source map and use memory cache when the "cache" option is "true": assets 1`] = `
243243
Object {
244-
"foo.css": "body{color:red}a{color:#00f}
244+
"foo.css": "body{color:red}a{color:blue}
245245
/*# sourceMappingURL=foo.css.map*/",
246246
"foo.css.map": "{\\"version\\":3,\\"sources\\":[\\"webpack:///./foo.css\\"],\\"names\\":[],\\"mappings\\":\\"AAAA,KACE,SACF,CACA,EACE,UACF\\",\\"file\\":\\"foo.css\\",\\"sourcesContent\\":[\\"body {\\\\n color: red;\\\\n}\\\\na {\\\\n color: blue;\\\\n}\\"],\\"sourceRoot\\":\\"\\"}",
247247
"style-2.css": "a{color:coral}",
@@ -251,7 +251,7 @@ Object {
251251

252252
exports[`CssMinimizerPlugin should work with source map and use memory cache when the "cache" option is "true": assets 2`] = `
253253
Object {
254-
"foo.css": "body{color:red}a{color:#00f}
254+
"foo.css": "body{color:red}a{color:blue}
255255
/*# sourceMappingURL=foo.css.map*/",
256256
"foo.css.map": "{\\"version\\":3,\\"sources\\":[\\"webpack:///./foo.css\\"],\\"names\\":[],\\"mappings\\":\\"AAAA,KACE,SACF,CACA,EACE,UACF\\",\\"file\\":\\"foo.css\\",\\"sourcesContent\\":[\\"body {\\\\n color: red;\\\\n}\\\\na {\\\\n color: blue;\\\\n}\\"],\\"sourceRoot\\":\\"\\"}",
257257
"style-2.css": "a{color:coral}",

test/__snapshots__/cache-option.test.js.snap

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
exports[`"cache" option should work with the "false" value for the "cache" option: assets 1`] = `
44
Object {
5-
"five.css": "body{color:red;font-size:20px}a{color:#00f}",
5+
"five.css": "body{color:red;font-size:20px}a{color:blue}",
66
"four.css": "h1{color:green}h2{color:#ff0}",
77
"one.css": "a{text-align:center}",
8-
"three.css": "body{color:red;font-size:20px}a{color:#00f}",
8+
"three.css": "body{color:red;font-size:20px}a{color:blue}",
99
"two.css": "a{text-align:center}",
1010
}
1111
`;
1212

1313
exports[`"cache" option should work with the "false" value for the "cache" option: assets 2`] = `
1414
Object {
15-
"five.css": "body{color:red;font-size:20px}a{color:#00f}",
15+
"five.css": "body{color:red;font-size:20px}a{color:blue}",
1616
"four.css": "h1{color:green}h2{color:#ff0}",
1717
"one.css": "a{text-align:center}",
18-
"three.css": "body{color:red;font-size:20px}a{color:#00f}",
18+
"three.css": "body{color:red;font-size:20px}a{color:blue}",
1919
"two.css": "a{text-align:center}",
2020
}
2121
`;
@@ -152,7 +152,7 @@ Array [
152152

153153
exports[`"cache" option should work with the "filesystem" value for the "cache.type" option and source maps: assets 1`] = `
154154
Object {
155-
"five.css": "body{color:red;font-size:20px}a{color:#00f}
155+
"five.css": "body{color:red;font-size:20px}a{color:blue}
156156
/*# sourceMappingURL=five.css.map*/",
157157
"five.css.map": "{\\"version\\":3,\\"sources\\":[\\"webpack:///./test/bar1.css\\"],\\"names\\":[],\\"mappings\\":\\"AAGA,KACE,SAAU,CACV,cACF,CACA,EACE,UACF\\",\\"file\\":\\"five.css\\",\\"sourcesContent\\":[\\"body {\\\\n color: red;\\\\n}\\\\nbody {\\\\n color: red;\\\\n font-size: 20px;\\\\n}\\\\na {\\\\n color: blue;\\\\n}\\\\n\\"],\\"sourceRoot\\":\\"\\"}",
158158
"four.css": "h1{color:green}h2{color:#ff0}
@@ -161,7 +161,7 @@ Object {
161161
"one.css": "a{text-align:center}
162162
/*# sourceMappingURL=one.css.map*/",
163163
"one.css.map": "{\\"version\\":3,\\"sources\\":[\\"webpack:///./test/foo.css\\"],\\"names\\":[],\\"mappings\\":\\"AAAA,EACE,iBACF\\",\\"file\\":\\"one.css\\",\\"sourcesContent\\":[\\"a {\\\\n text-align: center;\\\\n}\\\\n\\"],\\"sourceRoot\\":\\"\\"}",
164-
"three.css": "body{color:red;font-size:20px}a{color:#00f}
164+
"three.css": "body{color:red;font-size:20px}a{color:blue}
165165
/*# sourceMappingURL=three.css.map*/",
166166
"three.css.map": "{\\"version\\":3,\\"sources\\":[\\"webpack:///./test/bar1.css\\"],\\"names\\":[],\\"mappings\\":\\"AAGA,KACE,SAAU,CACV,cACF,CACA,EACE,UACF\\",\\"file\\":\\"three.css\\",\\"sourcesContent\\":[\\"body {\\\\n color: red;\\\\n}\\\\nbody {\\\\n color: red;\\\\n font-size: 20px;\\\\n}\\\\na {\\\\n color: blue;\\\\n}\\\\n\\"],\\"sourceRoot\\":\\"\\"}",
167167
"two.css": "a{text-align:center}
@@ -172,7 +172,7 @@ Object {
172172

173173
exports[`"cache" option should work with the "filesystem" value for the "cache.type" option and source maps: assets 2`] = `
174174
Object {
175-
"five.css": "body{color:red;font-size:20px}a{color:#00f}
175+
"five.css": "body{color:red;font-size:20px}a{color:blue}
176176
/*# sourceMappingURL=five.css.map*/",
177177
"five.css.map": "{\\"version\\":3,\\"sources\\":[\\"webpack:///./test/bar1.css\\"],\\"names\\":[],\\"mappings\\":\\"AAGA,KACE,SAAU,CACV,cACF,CACA,EACE,UACF\\",\\"file\\":\\"five.css\\",\\"sourcesContent\\":[\\"body {\\\\n color: red;\\\\n}\\\\nbody {\\\\n color: red;\\\\n font-size: 20px;\\\\n}\\\\na {\\\\n color: blue;\\\\n}\\\\n\\"],\\"sourceRoot\\":\\"\\"}",
178178
"four.css": "h1{color:green}h2{color:#ff0}
@@ -181,7 +181,7 @@ Object {
181181
"one.css": "a{text-align:center}
182182
/*# sourceMappingURL=one.css.map*/",
183183
"one.css.map": "{\\"version\\":3,\\"sources\\":[\\"webpack:///./test/foo.css\\"],\\"names\\":[],\\"mappings\\":\\"AAAA,EACE,iBACF\\",\\"file\\":\\"one.css\\",\\"sourcesContent\\":[\\"a {\\\\n text-align: center;\\\\n}\\\\n\\"],\\"sourceRoot\\":\\"\\"}",
184-
"three.css": "body{color:red;font-size:20px}a{color:#00f}
184+
"three.css": "body{color:red;font-size:20px}a{color:blue}
185185
/*# sourceMappingURL=three.css.map*/",
186186
"three.css.map": "{\\"version\\":3,\\"sources\\":[\\"webpack:///./test/bar1.css\\"],\\"names\\":[],\\"mappings\\":\\"AAGA,KACE,SAAU,CACV,cACF,CACA,EACE,UACF\\",\\"file\\":\\"three.css\\",\\"sourcesContent\\":[\\"body {\\\\n color: red;\\\\n}\\\\nbody {\\\\n color: red;\\\\n font-size: 20px;\\\\n}\\\\na {\\\\n color: blue;\\\\n}\\\\n\\"],\\"sourceRoot\\":\\"\\"}",
187187
"two.css": "a{text-align:center}
@@ -200,20 +200,20 @@ exports[`"cache" option should work with the "filesystem" value for the "cache.t
200200

201201
exports[`"cache" option should work with the "filesystem" value for the "cache.type" option: assets 1`] = `
202202
Object {
203-
"five.css": "body{color:red;font-size:20px}a{color:#00f}",
203+
"five.css": "body{color:red;font-size:20px}a{color:blue}",
204204
"four.css": "h1{color:green}h2{color:#ff0}",
205205
"one.css": "a{text-align:center}",
206-
"three.css": "body{color:red;font-size:20px}a{color:#00f}",
206+
"three.css": "body{color:red;font-size:20px}a{color:blue}",
207207
"two.css": "a{text-align:center}",
208208
}
209209
`;
210210

211211
exports[`"cache" option should work with the "filesystem" value for the "cache.type" option: assets 2`] = `
212212
Object {
213-
"five.css": "body{color:red;font-size:20px}a{color:#00f}",
213+
"five.css": "body{color:red;font-size:20px}a{color:blue}",
214214
"four.css": "h1{color:green}h2{color:#ff0}",
215215
"one.css": "a{text-align:center}",
216-
"three.css": "body{color:red;font-size:20px}a{color:#00f}",
216+
"three.css": "body{color:red;font-size:20px}a{color:blue}",
217217
"two.css": "a{text-align:center}",
218218
}
219219
`;
@@ -228,20 +228,20 @@ exports[`"cache" option should work with the "filesystem" value for the "cache.t
228228

229229
exports[`"cache" option should work with the "memory" value for the "cache.type" option: assets 1`] = `
230230
Object {
231-
"five.css": "body{color:red;font-size:20px}a{color:#00f}",
231+
"five.css": "body{color:red;font-size:20px}a{color:blue}",
232232
"four.css": "h1{color:green}h2{color:#ff0}",
233233
"one.css": "a{text-align:center}",
234-
"three.css": "body{color:red;font-size:20px}a{color:#00f}",
234+
"three.css": "body{color:red;font-size:20px}a{color:blue}",
235235
"two.css": "a{text-align:center}",
236236
}
237237
`;
238238

239239
exports[`"cache" option should work with the "memory" value for the "cache.type" option: assets 2`] = `
240240
Object {
241-
"five.css": "body{color:red;font-size:20px}a{color:#00f}",
241+
"five.css": "body{color:red;font-size:20px}a{color:blue}",
242242
"four.css": "h1{color:green}h2{color:#ff0}",
243243
"one.css": "a{text-align:center}",
244-
"three.css": "body{color:red;font-size:20px}a{color:#00f}",
244+
"three.css": "body{color:red;font-size:20px}a{color:blue}",
245245
"two.css": "a{text-align:center}",
246246
}
247247
`;

test/__snapshots__/exclude-option.test.js.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
exports[`exclude option should match snapshot for a single RegExp value excluded1: assets 1`] = `
44
Object {
5-
"entry.css": "body{color:red}a{color:#00f}",
5+
"entry.css": "body{color:red}a{color:blue}",
66
"excluded1.css": "a {
77
text-align: center;
88
}
99
1010
",
11-
"excluded2.css": "body{color:red;font-size:20px}a{color:#00f}",
11+
"excluded2.css": "body{color:red;font-size:20px}a{color:blue}",
1212
}
1313
`;
1414

@@ -18,13 +18,13 @@ exports[`exclude option should match snapshot for a single RegExp value excluded
1818

1919
exports[`exclude option should match snapshot for a single String value excluded1: assets 1`] = `
2020
Object {
21-
"entry.css": "body{color:red}a{color:#00f}",
21+
"entry.css": "body{color:red}a{color:blue}",
2222
"excluded1.css": "a {
2323
text-align: center;
2424
}
2525
2626
",
27-
"excluded2.css": "body{color:red;font-size:20px}a{color:#00f}",
27+
"excluded2.css": "body{color:red;font-size:20px}a{color:blue}",
2828
}
2929
`;
3030

@@ -34,7 +34,7 @@ exports[`exclude option should match snapshot for a single String value excluded
3434

3535
exports[`exclude option should match snapshot for multiple RegExp values excluded1 and excluded2: assets 1`] = `
3636
Object {
37-
"entry.css": "body{color:red}a{color:#00f}",
37+
"entry.css": "body{color:red}a{color:blue}",
3838
"excluded1.css": "a {
3939
text-align: center;
4040
}
@@ -61,7 +61,7 @@ exports[`exclude option should match snapshot for multiple RegExp values exclude
6161

6262
exports[`exclude option should match snapshot for multiple String values excluded1 and excluded2: assets 1`] = `
6363
Object {
64-
"entry.css": "body{color:red}a{color:#00f}",
64+
"entry.css": "body{color:red}a{color:blue}",
6565
"excluded1.css": "a {
6666
text-align: center;
6767
}

test/__snapshots__/include-option.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ a {
6868
}
6969
",
7070
"included1.css": "a{text-align:center}",
71-
"included2.css": "body{color:red;font-size:20px}a{color:#00f}",
71+
"included2.css": "body{color:red;font-size:20px}a{color:blue}",
7272
}
7373
`;
7474

@@ -86,7 +86,7 @@ a {
8686
}
8787
",
8888
"included1.css": "a{text-align:center}",
89-
"included2.css": "body{color:red;font-size:20px}a{color:#00f}",
89+
"included2.css": "body{color:red;font-size:20px}a{color:blue}",
9090
}
9191
`;
9292

test/__snapshots__/minimizerOptions-option.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ exports[`when applied with "minimizerOptions" option matches snapshot for "prese
2929

3030
exports[`when applied with "minimizerOptions" option matches snapshot for "preset" option with require.resolve "String" value: preset-simple 1`] = `"p{border-width:1px;border-radius:var(--test);border:0 solid var(--test)}"`;
3131

32-
exports[`when applied with "minimizerOptions" option matches snapshot for "stringifier" option with "Function" value: entry.css 1`] = `"body color:reda color:#00f"`;
32+
exports[`when applied with "minimizerOptions" option matches snapshot for "stringifier" option with "Function" value: entry.css 1`] = `"body color:reda color:blue"`;
3333

34-
exports[`when applied with "minimizerOptions" option matches snapshot for "stringifier" option with "String" value: entry.css 1`] = `"body color:reda color:#00f"`;
34+
exports[`when applied with "minimizerOptions" option matches snapshot for "stringifier" option with "String" value: entry.css 1`] = `"body color:reda color:blue"`;
3535

3636
exports[`when applied with "minimizerOptions" option matches snapshot for "syntax" option with "Function" value: index.sss 1`] = `"a color:#000"`;
3737

0 commit comments

Comments
 (0)