Skip to content

Commit

Permalink
docs(build): improve split chunks example (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
manniL committed Aug 2, 2020
1 parent d6e8e9e commit e7bbdca
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions content/en/guides/configuration-glossary/configuration-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,10 +594,14 @@ Then, when launching `nuxt build`, upload the content of `.nuxt/dist/client` dir
- Default:

```js{}[nuxt.config.js]
{
layouts: false,
pages: true,
commons: true
export default {
build: {
splitChunks: {
layouts: false,
pages: true,
commons: true
}
}
}
```

Expand Down

0 comments on commit e7bbdca

Please sign in to comment.