UNPKG

506 BTypeScriptView Raw
1import { Configuration } from 'webpack';
2import { PluginOptions } from './types';
3export declare const core: (existing: {
4 disableWebpackDefaults: boolean;
5}) => {
6 disableWebpackDefaults: boolean;
7};
8export declare const babelDefault: () => Record<string, (string | [string, object])[]>;
9export declare const managerWebpack: (webpackConfig?: Configuration) => Configuration;
10export declare const webpack: (webpackConfig: Configuration | undefined, options: PluginOptions) => Promise<Configuration>;