/// import { Configuration, Entry, RuleSetRule } from 'webpack'; import BaseConfig from './BaseConfig'; export default class AppProd extends BaseConfig { commandLinePublicPath: string | null; protected entry: Entry; constructor(webpack: any, process?: any); setVendorChunk(values: string[]): this; getPluginsList(): any[]; getRules(): RuleSetRule[]; create(): Configuration; }