We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e27b0c + 581c25d commit f486d11Copy full SHA for f486d11
README.md
@@ -42,6 +42,7 @@ plugins: [
42
| `sourceMap` | `boolean\|false` | Whether or not to produce source maps for the given input. |
43
| `minify` | `boolean\|false` | Minify using Terser, if turned off only comments will be stripped. |
44
| `downlevel` | `boolean\|true` | Produces a bundle for `nomodule` browsers. (IE11, ...) |
45
+| `modernize` | `boolean\|true` | Attempt to upgrade ES5 syntax to equivalent modern syntax. |
46
| `verbose` | `boolean\|false` | Will log performance information and information about polyfills. |
47
| `polyfillsFilename` | `string\|polyfills.legacy.js` | The name for the chunk containing polyfills for the legacy bundle. |
48
0 commit comments