(code, id)
| 1487 | await viteChildCompiler.pluginContainer.buildStart({}); |
| 1488 | }, |
| 1489 | async transform(code, id) { |
| 1490 | if (isCssModulesFile(id)) { |
| 1491 | cssModulesManifest[id] = code; |
| 1492 | } |
| 1493 | }, |
| 1494 | async configureServer(viteDevServer) { |
| 1495 | setDevServerHooks({ |
| 1496 | // Give the request handler access to the critical CSS in dev to avoid a |
no test coverage detected