@@ -28,9 +28,9 @@ Array [
28
28
29
29
exports [` when applied with "sourceMap" option should work with SourceMapDevToolPlugin plugin): assets 1` ] = `
30
30
Object {
31
- " dist/entry.css" : " body{font-weight:700;color:red }body a{text-align:center}
31
+ " dist/entry.css" : " body{color:red; font-weight:700}body a{text-align:center}
32
32
/* # sourceMappingURL=https://example.com/project/sourcemaps/entry.css.map*/ " ,
33
- " dist/entry2.css" : " body{font-weight:700;color:red }body a{text-align:center}
33
+ " dist/entry2.css" : " body{color:red; font-weight:700}body a{text-align:center}
34
34
/* # sourceMappingURL=https://example.com/project/sourcemaps/entry2.css.map*/ " ,
35
35
" sourcemaps/entry.css.map" : {
36
36
" version" : 3 ,
@@ -39,7 +39,7 @@ Object {
39
39
" webpack:///./sourcemap/foo.scss"
40
40
],
41
41
" names" : [],
42
- " mappings" : " AAAA,KACE,gBCEA,SADF ,CAEE,OACE,iBAIJ" ,
42
+ " mappings" : " AAAA,KCGE,UDFA,eCCF ,CAEE,OACE,iBAIJ" ,
43
43
" file" : " dist/entry.css" ,
44
44
" sourcesContent" : [
45
45
" body {\\ n font-weight: bold;\\ n}" ,
@@ -54,7 +54,7 @@ Object {
54
54
" webpack:///./sourcemap/foo.css"
55
55
],
56
56
" names" : [],
57
- " mappings" : " AAAA,KACE,gBCEA,SADF ,CAIA,OACE,iBAGF" ,
57
+ " mappings" : " AAAA,KCGE,UDFA,eCCF ,CAIA,OACE,iBAGF" ,
58
58
" file" : " dist/entry2.css" ,
59
59
" sourcesContent" : [
60
60
" body {\\ n font-weight: bold;\\ n}" ,
@@ -71,7 +71,7 @@ exports[`when applied with "sourceMap" option should work with SourceMapDevToolP
71
71
72
72
exports [` when applied with "sourceMap" option should work with the "devtool" option and the "parallel" option with "false" value: assets 1` ] = `
73
73
Object {
74
- " entry.css" : " body{font-weight:700;color:red }body a{text-align:center}
74
+ " entry.css" : " body{color:red; font-weight:700}body a{text-align:center}
75
75
/* # sourceMappingURL=entry.css.map*/ " ,
76
76
" entry.css.map" : {
77
77
" version" : 3 ,
@@ -80,15 +80,15 @@ Object {
80
80
" webpack:///./sourcemap/foo.scss"
81
81
],
82
82
" names" : [],
83
- " mappings" : " AAAA,KACE,gBCEA,SADF ,CAEE,OACE,iBAIJ" ,
83
+ " mappings" : " AAAA,KCGE,UDFA,eCCF ,CAEE,OACE,iBAIJ" ,
84
84
" file" : " entry.css" ,
85
85
" sourcesContent" : [
86
86
" body {\\ n font-weight: bold;\\ n}" ,
87
87
" @import 'bar';\\ n\\ nbody {\\ n color: red;\\ n a {\\ n text-align: center;\\ n }\\ n}"
88
88
],
89
89
" sourceRoot" : " "
90
90
},
91
- " entry2.css" : " body{font-weight:700;color:red }body a{text-align:center}
91
+ " entry2.css" : " body{color:red; font-weight:700}body a{text-align:center}
92
92
/* # sourceMappingURL=entry2.css.map*/ " ,
93
93
" entry2.css.map" : {
94
94
" version" : 3 ,
@@ -97,7 +97,7 @@ Object {
97
97
" webpack:///./sourcemap/foo.css"
98
98
],
99
99
" names" : [],
100
- " mappings" : " AAAA,KACE,gBCEA,SADF ,CAIA,OACE,iBAGF" ,
100
+ " mappings" : " AAAA,KCGE,UDFA,eCCF ,CAIA,OACE,iBAGF" ,
101
101
" file" : " entry2.css" ,
102
102
" sourcesContent" : [
103
103
" body {\\ n font-weight: bold;\\ n}" ,
@@ -114,7 +114,7 @@ exports[`when applied with "sourceMap" option should work with the "devtool" opt
114
114
115
115
exports [` when applied with "sourceMap" option should work with the "devtool" option and the "parallel" option with "true" value: assets 1` ] = `
116
116
Object {
117
- " entry.css" : " body{font-weight:700;color:red }body a{text-align:center}
117
+ " entry.css" : " body{color:red; font-weight:700}body a{text-align:center}
118
118
/* # sourceMappingURL=entry.css.map*/ " ,
119
119
" entry.css.map" : {
120
120
" version" : 3 ,
@@ -123,15 +123,15 @@ Object {
123
123
" webpack:///./sourcemap/foo.scss"
124
124
],
125
125
" names" : [],
126
- " mappings" : " AAAA,KACE,gBCEA,SADF ,CAEE,OACE,iBAIJ" ,
126
+ " mappings" : " AAAA,KCGE,UDFA,eCCF ,CAEE,OACE,iBAIJ" ,
127
127
" file" : " entry.css" ,
128
128
" sourcesContent" : [
129
129
" body {\\ n font-weight: bold;\\ n}" ,
130
130
" @import 'bar';\\ n\\ nbody {\\ n color: red;\\ n a {\\ n text-align: center;\\ n }\\ n}"
131
131
],
132
132
" sourceRoot" : " "
133
133
},
134
- " entry2.css" : " body{font-weight:700;color:red }body a{text-align:center}
134
+ " entry2.css" : " body{color:red; font-weight:700}body a{text-align:center}
135
135
/* # sourceMappingURL=entry2.css.map*/ " ,
136
136
" entry2.css.map" : {
137
137
" version" : 3 ,
@@ -140,7 +140,7 @@ Object {
140
140
" webpack:///./sourcemap/foo.css"
141
141
],
142
142
" names" : [],
143
- " mappings" : " AAAA,KACE,gBCEA,SADF ,CAIA,OACE,iBAGF" ,
143
+ " mappings" : " AAAA,KCGE,UDFA,eCCF ,CAIA,OACE,iBAGF" ,
144
144
" file" : " entry2.css" ,
145
145
" sourcesContent" : [
146
146
" body {\\ n font-weight: bold;\\ n}" ,
@@ -157,7 +157,7 @@ exports[`when applied with "sourceMap" option should work with the "devtool" opt
157
157
158
158
exports [` when applied with "sourceMap" option should work with the "devtool" option: assets 1` ] = `
159
159
Object {
160
- " entry.css" : " body{font-weight:700;color:red }body a{text-align:center}
160
+ " entry.css" : " body{color:red; font-weight:700}body a{text-align:center}
161
161
/* # sourceMappingURL=entry.css.map*/ " ,
162
162
" entry.css.map" : {
163
163
" version" : 3 ,
@@ -166,15 +166,15 @@ Object {
166
166
" webpack:///./sourcemap/foo.scss"
167
167
],
168
168
" names" : [],
169
- " mappings" : " AAAA,KACE,gBCEA,SADF ,CAEE,OACE,iBAIJ" ,
169
+ " mappings" : " AAAA,KCGE,UDFA,eCCF ,CAEE,OACE,iBAIJ" ,
170
170
" file" : " entry.css" ,
171
171
" sourcesContent" : [
172
172
" body {\\ n font-weight: bold;\\ n}" ,
173
173
" @import 'bar';\\ n\\ nbody {\\ n color: red;\\ n a {\\ n text-align: center;\\ n }\\ n}"
174
174
],
175
175
" sourceRoot" : " "
176
176
},
177
- " entry2.css" : " body{font-weight:700;color:red }body a{text-align:center}
177
+ " entry2.css" : " body{color:red; font-weight:700}body a{text-align:center}
178
178
/* # sourceMappingURL=entry2.css.map*/ " ,
179
179
" entry2.css.map" : {
180
180
" version" : 3 ,
@@ -183,7 +183,7 @@ Object {
183
183
" webpack:///./sourcemap/foo.css"
184
184
],
185
185
" names" : [],
186
- " mappings" : " AAAA,KACE,gBCEA,SADF ,CAIA,OACE,iBAGF" ,
186
+ " mappings" : " AAAA,KCGE,UDFA,eCCF ,CAIA,OACE,iBAGF" ,
187
187
" file" : " entry2.css" ,
188
188
" sourcesContent" : [
189
189
" body {\\ n font-weight: bold;\\ n}" ,
0 commit comments