docs(v2): update configureWebpack utility functions (#1970)

This commit is contained in:
Jamie Davenport 2019-11-12 10:35:12 +00:00 committed by Endi
parent 874b0638cd
commit ffa6b71b1d

View file

@ -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.