mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
parent
ed3618f035
commit
af7993683b
|
@ -675,6 +675,11 @@ module.exports = {
|
|||
|
||||
### Customizing webpack config
|
||||
|
||||
<p><details>
|
||||
<summary><b>Examples</b></summary>
|
||||
<ul><li><a href="./examples/with-webpack-bundle-analyzer">Custom webpack bundle analyzer</a></li></ul>
|
||||
</details></p>
|
||||
|
||||
In order to extend our usage of `webpack`, you can define a function that extends its config via `next.config.js`.
|
||||
|
||||
```js
|
||||
|
|
Loading…
Reference in a new issue