()
| 1312 | list.push({ |
| 1313 | type: "external", |
| 1314 | get module() { |
| 1315 | // We need to use a getter here, because the module in the dependency |
| 1316 | // could be replaced by some other process (i. e. also replaced with a |
| 1317 | // concatenated module) |
| 1318 | return connection.module; |
| 1319 | }, |
| 1320 | runtimeCondition: reducedRuntimeCondition, |
| 1321 | nonDeferAccess: reducedNonDeferAccess |
| 1322 | }); |