UNPKG

@rspack/core

Version:

The fast Rust-based web bundler with webpack-compatible API

5 lines (4 loc) 126 B
import type { Compiler } from "./Compiler"; export default class ExecuteModulePlugin { apply(compiler: Compiler): void; }