mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
docs(v2): update configureWebpack utility functions (#1970)
This commit is contained in:
parent
874b0638cd
commit
ffa6b71b1d
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ The initial call to `configureWebpack` also receives a util object consists of t
|
|||
|
||||
- `getStyleLoaders(isServer: boolean, cssOptions: {[key: string]: any}): Loader[]`
|
||||
- `getCacheLoader(isServer: boolean, cacheOptions?: {}): Loader | null`
|
||||
- `getCacheLoader(isServer: boolean, cacheOptions?: {}): Loader | null`
|
||||
- `getBabelLoader(isServer: boolean, babelOptions?: {}): Loader`
|
||||
|
||||
You may use them to return your webpack configures conditionally.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue