UNPKG

pre-fetch-plugin

Version:

A pre-fetch plugin for Vite and Webpack

8 lines (7 loc) 252 B
import { Compiler } from 'webpack'; import { PreFetchPluginOptions } from '../core/types'; export declare class WebpackPreFetchPlugin { private options; constructor(options: PreFetchPluginOptions); apply(compiler: Compiler): void; }