import { webpack } from 'next/dist/compiled/webpack/webpack';
interface PluginOptions {
shouldIgnorePath?: (path: string) => boolean;
isSourceMapAsset?: (name: string) => boolean;
}
interface ValidatedOptions extends PluginOptions {
shouldIgnorePath: Required