You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -114,7 +114,7 @@ exports[`CssMinimizerPlugin should work and generate real content hash: warnings
114
114
115
115
exports[`CssMinimizerPlugin should work and show minimized assets in stats: assets 1`] =`
116
116
Object {
117
-
"foo.css": "body{color:red}a{color:#00f}",
117
+
"foo.css": "body{color:red}a{color:blue}",
118
118
}
119
119
`;
120
120
@@ -124,15 +124,15 @@ exports[`CssMinimizerPlugin should work and show minimized assets in stats: warn
124
124
125
125
exports[`CssMinimizerPlugin should work and use memory cache out of box: assets 1`] =`
126
126
Object {
127
-
"foo.css": "body{color:red}a{color:#00f}",
127
+
"foo.css": "body{color:red}a{color:blue}",
128
128
"style-2.css": "a{color:coral}",
129
129
"style.css": "a{color:red}",
130
130
}
131
131
`;
132
132
133
133
exports[`CssMinimizerPlugin should work and use memory cache out of box: assets 2`] =`
134
134
Object {
135
-
"foo.css": "body{color:red}a{color:#00f}",
135
+
"foo.css": "body{color:red}a{color:blue}",
136
136
"style-2.css": "a{color:coral}",
137
137
"style.css": "a{color:red}",
138
138
}
@@ -148,15 +148,15 @@ exports[`CssMinimizerPlugin should work and use memory cache out of box: warning
148
148
149
149
exports[`CssMinimizerPlugin should work and use memory cache when the "cache" option is "true" and the asset has been changed: assets 1`] =`
150
150
Object {
151
-
"foo.css": "body{color:red}a{color:#00f}",
151
+
"foo.css": "body{color:red}a{color:blue}",
152
152
"style-2.css": "a{color:coral}",
153
153
"style.css": "a{color:red}",
154
154
}
155
155
`;
156
156
157
157
exports[`CssMinimizerPlugin should work and use memory cache when the "cache" option is "true" and the asset has been changed: assets 2`] =`
158
158
Object {
159
-
"foo.css": "a,body{color:red}a{color:#00f}",
159
+
"foo.css": "a,body{color:red}a{color:blue}",
160
160
"style-2.css": "a{color:coral}",
161
161
"style.css": "a{color:red}",
162
162
}
@@ -172,15 +172,15 @@ exports[`CssMinimizerPlugin should work and use memory cache when the "cache" op
172
172
173
173
exports[`CssMinimizerPlugin should work and use memory cache when the "cache" option is "true": assets 1`] =`
174
174
Object {
175
-
"foo.css": "body{color:red}a{color:#00f}",
175
+
"foo.css": "body{color:red}a{color:blue}",
176
176
"style-2.css": "a{color:coral}",
177
177
"style.css": "a{color:red}",
178
178
}
179
179
`;
180
180
181
181
exports[`CssMinimizerPlugin should work and use memory cache when the "cache" option is "true": assets 2`] =`
182
182
Object {
183
-
"foo.css": "body{color:red}a{color:#00f}",
183
+
"foo.css": "body{color:red}a{color:blue}",
184
184
"style-2.css": "a{color:coral}",
185
185
"style.css": "a{color:red}",
186
186
}
@@ -197,7 +197,7 @@ exports[`CssMinimizerPlugin should work and use memory cache when the "cache" op
197
197
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\\":\\"\\"}"`;
198
198
199
199
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}
201
201
/*# sourceMappingURL=entry.css.map?v=test*/"
202
202
`;
203
203
@@ -213,7 +213,7 @@ exports[`CssMinimizerPlugin should work with child compilation: warnings 1`] = `
213
213
214
214
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`] =`
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`] =`
0 commit comments