| 1 | import * as path from "path"; |
| 2 | import { rspack, NormalModule, type Configuration } from "@rspack/core"; |
| 3 | import { ZipExecutionPlugin } from "./rspack-plugins/ZipExecutionPlugin"; |
| 4 | import { readFileSync } from "fs"; |
nothing calls this directly
no test coverage detected