Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mentaljam committed Nov 12, 2019
1 parent d27f450 commit 5b7e38c
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,29 @@ externals: [{
}]
```

### preload

```js
string[] | Set<string>
```

An array or a set of names of dynamic chunks that will be injected to the output HTML document
as preload links.

##### Example

```js
preload: ['lib'],
```

### modules

```js
boolean | undefined
```

Inject entries as modules. This only works if the output format supports modules.

### minify

```js
Expand All @@ -166,4 +189,3 @@ minify: {
## License

[MIT](LICENSE) © [Petr Tsymbarovich](mailto:[email protected])

0 comments on commit 5b7e38c

Please sign in to comment.