UNPKG

kuyin-webpack-plugins

Version:

custom webpack, enhanced-resolve plugins

11 lines (10 loc) 307 B
import { Compiler } from 'webpack'; export interface ChangeAssetsPathOptions { assetsPath: string; ignore?: RegExp; } export declare class ChangeAssetsPathWebpackPlugin { options: ChangeAssetsPathOptions; constructor(options: ChangeAssetsPathOptions); apply(compiler: Compiler): void; }