UNPKG

@clawject/di

Version:

<p align="center"> <a href="https://clawject.com/" target="_blank"><img src="https://clawject.com/img/logo.svg" align="center" alt="Clawject Logo" width="120" height="120" /></a> </p>

14 lines (11 loc) 304 B
import type { Compiler } from 'webpack'; /** * @deprecated This class will be removed in the next major release, please use @clawject/di/unplugin instead * * @public * */ export declare class ClawjectWebpackPlugin { constructor(); apply(compiler: Compiler): void; } export { }