Skip to content

Commit

Permalink
Add link to example for webpack-bundle-analyzer (#1130) (#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhefty authored and timneutkens committed Jun 1, 2017
1 parent ed3618f commit af79936
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af79936

Please sign in to comment.