(newValue)
| 1280 | return buildConfig.rolldownOptions |
| 1281 | }, |
| 1282 | set(newValue) { |
| 1283 | if (runtimeDeprecatedPath.has(path)) { |
| 1284 | rollupOptionsDeprecationCall() |
| 1285 | } |
| 1286 | buildConfig.rolldownOptions = newValue |
| 1287 | }, |
| 1288 | configurable: true, |
| 1289 | enumerable: true, |
| 1290 | }) |