|
2 | 2 |
|
3 | 3 | exports[`rollup plugins default build plugins with sideEffects: false 1`] = ` |
4 | 4 | Array [ |
5 | | - "@rollup/plugin-resolve", |
| 5 | + Object { |
| 6 | + "calledWith": Object { |
| 7 | + "preferBuiltins": true, |
| 8 | + }, |
| 9 | + "name": "@rollup/plugin-resolve", |
| 10 | + }, |
6 | 11 | "@rollup/plugin-commonjs", |
7 | 12 | "@rollup/plugin-json", |
8 | 13 | Object { |
@@ -53,7 +58,12 @@ Array [ |
53 | 58 |
|
54 | 59 | exports[`rollup plugins default build plugins with sideEffects: true 1`] = ` |
55 | 60 | Array [ |
56 | | - "@rollup/plugin-resolve", |
| 61 | + Object { |
| 62 | + "calledWith": Object { |
| 63 | + "preferBuiltins": true, |
| 64 | + }, |
| 65 | + "name": "@rollup/plugin-resolve", |
| 66 | + }, |
57 | 67 | "@rollup/plugin-commonjs", |
58 | 68 | "@rollup/plugin-json", |
59 | 69 | Object { |
@@ -104,7 +114,12 @@ Array [ |
104 | 114 |
|
105 | 115 | exports[`rollup plugins dev build plugins with sideEffects: false 1`] = ` |
106 | 116 | Array [ |
107 | | - "@rollup/plugin-resolve", |
| 117 | + Object { |
| 118 | + "calledWith": Object { |
| 119 | + "preferBuiltins": true, |
| 120 | + }, |
| 121 | + "name": "@rollup/plugin-resolve", |
| 122 | + }, |
108 | 123 | "@rollup/plugin-commonjs", |
109 | 124 | "@rollup/plugin-json", |
110 | 125 | Object { |
@@ -161,7 +176,12 @@ Array [ |
161 | 176 |
|
162 | 177 | exports[`rollup plugins dev build plugins with sideEffects: true 1`] = ` |
163 | 178 | Array [ |
164 | | - "@rollup/plugin-resolve", |
| 179 | + Object { |
| 180 | + "calledWith": Object { |
| 181 | + "preferBuiltins": true, |
| 182 | + }, |
| 183 | + "name": "@rollup/plugin-resolve", |
| 184 | + }, |
165 | 185 | "@rollup/plugin-commonjs", |
166 | 186 | "@rollup/plugin-json", |
167 | 187 | Object { |
@@ -233,7 +253,12 @@ Array [ |
233 | 253 |
|
234 | 254 | exports[`rollup plugins prod build plugins with sideEffects: false 1`] = ` |
235 | 255 | Array [ |
236 | | - "@rollup/plugin-resolve", |
| 256 | + Object { |
| 257 | + "calledWith": Object { |
| 258 | + "preferBuiltins": true, |
| 259 | + }, |
| 260 | + "name": "@rollup/plugin-resolve", |
| 261 | + }, |
237 | 262 | "@rollup/plugin-commonjs", |
238 | 263 | "@rollup/plugin-json", |
239 | 264 | Object { |
@@ -290,7 +315,12 @@ Array [ |
290 | 315 |
|
291 | 316 | exports[`rollup plugins prod build plugins with sideEffects: true 1`] = ` |
292 | 317 | Array [ |
293 | | - "@rollup/plugin-resolve", |
| 318 | + Object { |
| 319 | + "calledWith": Object { |
| 320 | + "preferBuiltins": true, |
| 321 | + }, |
| 322 | + "name": "@rollup/plugin-resolve", |
| 323 | + }, |
294 | 324 | "@rollup/plugin-commonjs", |
295 | 325 | "@rollup/plugin-json", |
296 | 326 | Object { |
|
0 commit comments