aurelia-webpack-plugin
Version:
A plugin for webpack that enables bundling Aurelia applications.
6 lines (5 loc) • 310 B
TypeScript
import { BaseIncludePlugin, AddDependency } from "./BaseIncludePlugin";
import * as webpack from 'webpack';
export declare class InlineViewDependenciesPlugin extends BaseIncludePlugin {
parser(compilation: webpack.Compilation, parser: webpack.javascript.JavascriptParser, add: AddDependency): void;
}