(server)
| 45 | } |
| 46 | }, |
| 47 | configureServer(server) { |
| 48 | server.environments.client.hot.on( |
| 49 | 'custom:remote-add', |
| 50 | ({ a, b }, client) => { |
| 51 | client.send('custom:remote-add-result', { result: a + b }) |
| 52 | }, |
| 53 | ) |
| 54 | }, |
| 55 | }, |
| 56 | virtualPlugin(), |
| 57 | transformCountPlugin(), |
nothing calls this directly
no test coverage detected