UNPKG

aurelia-webpack-plugin

Version:

A plugin for webpack that enables bundling Aurelia applications.

8 lines (7 loc) 247 B
import * as Webpack from "webpack"; export declare const preserveModuleName: unique symbol; export declare class PreserveModuleNamePlugin { private isDll; constructor(isDll?: boolean); apply(compiler: Webpack.Compiler): void; }