UNPKG

aurelia-webpack-plugin

Version:

A plugin for webpack that enables bundling Aurelia applications.

6 lines (5 loc) 188 B
import * as Webpack from 'webpack'; export declare const dependencyImports: unique symbol; export declare class PreserveExportsPlugin { apply(compiler: Webpack.Compiler): void; }