UNPKG

@rspack/core

Version:

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

6 lines (5 loc) 160 B
import type { Compiler } from "../../Compiler"; export default class MemoryCachePlugin { static PLUGIN_NAME: string; apply(compiler: Compiler): void; }