UNPKG

247 BTypeScriptView Raw
1import * as Webpack from "webpack";
2export declare const preserveModuleName: unique symbol;
3export declare class PreserveModuleNamePlugin {
4 private isDll;
5 constructor(isDll?: boolean);
6 apply(compiler: Webpack.Compiler): void;
7}