/opt/canhelp/node_modules/next/dist/build/webpack/config
NameSizeModeActions
blocks/-0755rm
helpers.d.ts4770644editdlrm
helpers.js25020644editdlrm
helpers.js.map29970644editdlrm
index.d.ts11360644editdlrm
index.js14880644editdlrm
index.js.map33700644editdlrm
utils.d.ts9600644editdlrm
utils.js3240644editdlrm
utils.js.map14400644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/build/webpack/config/utils.d.ts (960B)
import type { webpack } from 'next/dist/compiled/webpack/webpack'; import type { NextConfigComplete } from '../../../server/config-shared'; export type ConfigurationContext = { hasAppDir: boolean; isAppDir?: boolean; supportedBrowsers: string[] | undefined; rootDirectory: string; customAppFile: RegExp | undefined; isDevelopment: boolean; isProduction: boolean; isServer: boolean; isClient: boolean; isEdgeRuntime: boolean; targetWeb: boolean; assetPrefix: string; sassOptions: any; productionBrowserSourceMaps: boolean; serverSourceMaps: boolean; transpilePackages: NextConfigComplete['transpilePackages']; future: NextConfigComplete['future']; experimental: NextConfigComplete['experimental']; }; export type ConfigurationFn = (a: webpack.Configuration) => webpack.Configuration; export declare const pipe: (...fns: Array<(a: R) => R | Promise>) => (param: R) => R | Promise;