Skip to content

Commit 581c25d

Browse files
authored
Added missing modernize to README
1 parent 1e27b0c commit 581c25d

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)