import { ChildCompilationPlugin } from "./lib/child-compilation-plugin.js";
import { relativeToOutputPath } from "./lib/relative-to-output-path.js";

export { ChildCompilationPlugin, relativeToOutputPath };
