Skip to content

Commit f486d11

Browse files
authored
Merge pull request #16 from DreierF/patch-2
Added missing `modernize` to README
2 parents 1e27b0c + 581c25d commit f486d11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ plugins: [
4242
| `sourceMap` | `boolean\|false` | Whether or not to produce source maps for the given input. |
4343
| `minify` | `boolean\|false` | Minify using Terser, if turned off only comments will be stripped. |
4444
| `downlevel` | `boolean\|true` | Produces a bundle for `nomodule` browsers. (IE11, ...) |
45+
| `modernize` | `boolean\|true` | Attempt to upgrade ES5 syntax to equivalent modern syntax. |
4546
| `verbose` | `boolean\|false` | Will log performance information and information about polyfills. |
4647
| `polyfillsFilename` | `string\|polyfills.legacy.js` | The name for the chunk containing polyfills for the legacy bundle. |
4748

0 commit comments

Comments
 (0)