Skip to content

Commit

Permalink
chore(plugins) Remove space (#2527)
Browse files Browse the repository at this point in the history
* docs(config): Example 3 - custom vendor chunk using RegEx

* squashed everything after c81e77e
  • Loading branch information
sakhisheikh authored and montogeek committed Sep 18, 2018
1 parent 9e959d2 commit d09b3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/plugins/split-chunks-plugin.md
Expand Up @@ -369,4 +369,4 @@ module.exports = {
};
```

T> This will result in splitting `react` and `react-dom` into a separate chunk. If you're not sure what packages have been included in a chunk you may refer to [Bundle Analysis](/guides/code-splitting/#bundle-analysis) section for details.
T> This will result in splitting `react` and `react-dom` into a separate chunk. If you're not sure what packages have been included in a chunk you may refer to [Bundle Analysis](/guides/code-splitting/#bundle-analysis) section for details.

0 comments on commit d09b3bf

Please sign in to comment.