UNPKG

next

Version:

The React Framework

9 lines (8 loc) 238 B
import { webpack } from 'next/dist/compiled/webpack/webpack'; export default class NextJsSsrImportPlugin { private options; constructor(options: { outputPath: string; }); apply(compiler: webpack.Compiler): void; }