版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
303 B

  1. import { Factory, FactoryOutput } from './types.js';
  2. import * as vite from 'vite';
  3. import 'unplugin';
  4. import 'webpack';
  5. import 'rollup';
  6. import 'esbuild';
  7. declare const getVitePlugin: <UserOptions>(factory: Factory<UserOptions>) => FactoryOutput<UserOptions, vite.Plugin[]>;
  8. export { getVitePlugin };