custom-webpack-preset.d.ts 470 B

12345678910111213
  1. import * as webpack$1 from 'webpack';
  2. import { Configuration } from 'webpack';
  3. import { O as Options } from '../index.d-7a1d21bc.js';
  4. import 'file-system-cache';
  5. import '@babel/core';
  6. import 'express';
  7. import 'http';
  8. declare function webpack(config: Configuration, options: Options): Promise<any>;
  9. declare const webpackInstance: () => Promise<typeof webpack$1>;
  10. declare const webpackVersion: () => Promise<string>;
  11. export { webpack, webpackInstance, webpackVersion };