UNPKG

@sanpjs/bundler-webpack

Version:

@sanpjs/bundler-webpack

33 lines (32 loc) 696 B
import { IArgs } from '../../types'; declare const _default: (context: Context, args: IArgs) => { mode: any; context: any; entry: any; output: { path: string; filename: string; publicPath: any; pathinfo: boolean; }; module: { rules: any[]; }; resolve: { extensions: string[]; symlinks: boolean; mainFields: string[]; alias: { '@': any; 'regenerator-runtime': string; 'core-js': string; }; modules: string[]; }; resolveLoader: { modules: string[]; }; plugins: any[]; optimization: {}; }; export default _default;