Skip to content

Commit

Permalink
docs(configuration-types): multiple functions
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 authored and skipjack committed Jul 9, 2017
1 parent 297c5bc commit 5d8fde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/configuration/configuration-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = () => {

## Exporting multiple configurations

Instead of exporting a single configuration object/function, you may export multiple configurations. When running webpack, all configurations are built. For instance, this is useful for [bundling a library](/guides/author-libraries) for multiple [targets](/configuration/output#output-librarytarget) such as AMD and CommonJS:
Instead of exporting a single configuration object/function, you may export multiple configurations (multiple functions are supported since webpack 3.1.0). When running webpack, all configurations are built. For instance, this is useful for [bundling a library](/guides/author-libraries) for multiple [targets](/configuration/output#output-librarytarget) such as AMD and CommonJS:

```js
module.exports = [{
Expand Down

0 comments on commit 5d8fde8

Please sign in to comment.