1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Add link to example for webpack-bundle-analyzer (#1130) (#2104)

This commit is contained in:
Bill Hefty 2017-06-01 07:51:54 -05:00 committed by Tim Neutkens
parent ed3618f035
commit af7993683b

View file

@ -675,6 +675,11 @@ module.exports = {
### Customizing webpack config ### 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`. In order to extend our usage of `webpack`, you can define a function that extends its config via `next.config.js`.
```js ```js