Search
Preparing search index...
The search index is not available
Next.js
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Next.js
build/webpack/config/utils
Module build/webpack/config/utils
Index
Type aliases
Configuration
Context
Configuration
Fn
Functions
pipe
Type aliases
Configuration
Context
Configuration
Context
:
{
assetPrefix
:
string
;
customAppFile
:
string
|
null
;
future
:
NextConfig
[
"future"
]
;
isClient
:
boolean
;
isDevelopment
:
boolean
;
isProduction
:
boolean
;
isServer
:
boolean
;
productionBrowserSourceMaps
:
boolean
;
rootDirectory
:
string
;
sassOptions
:
any
}
Type declaration
asset
Prefix
:
string
custom
App
File
:
string
|
null
future
:
NextConfig
[
"future"
]
is
Client
:
boolean
is
Development
:
boolean
is
Production
:
boolean
is
Server
:
boolean
production
Browser
Source
Maps
:
boolean
root
Directory
:
string
sass
Options
:
any
Configuration
Fn
Configuration
Fn
:
(
a
:
webpack.Configuration
)
=>
webpack.Configuration
Type declaration
(
a
:
webpack.Configuration
)
:
webpack.Configuration
Parameters
a:
webpack.Configuration
Returns
webpack.Configuration
Functions
Const
pipe
pipe<R>
(
...
fns
:
(
(
a
:
R
)
=>
R
|
Promise
<
R
>
)
[]
)
:
(
param
:
R
)
=>
R
|
Promise
<
R
>
Type parameters
R
Parameters
Rest
...
fns:
(
(
a
:
R
)
=>
R
|
Promise
<
R
>
)
[]
Returns
(
param
:
R
)
=>
R
|
Promise
<
R
>
(
param
:
R
)
:
R
|
Promise
<
R
>
Parameters
param:
R
Returns
R
|
Promise
<
R
>
Modules
build/webpack/config/utils
Configuration
Context
Configuration
Fn
pipe
Generated using
TypeDoc