UNPKG

aurelia-webpack-plugin

Version:

A plugin for webpack that enables bundling Aurelia applications.

7 lines (6 loc) 203 B
import * as webpack from 'webpack'; export declare class AureliaDependenciesPlugin { private parserPlugin; constructor(...methods: string[]); apply(compiler: webpack.Compiler): void; }