You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,11 @@ plugins: [
33
33
| Option | Type | Description
34
34
|---|---|---
35
35
| `concurrency` | `number\|false` | Maximum number of threads to use. Default: the number of available CPUs. <br>_Pass `false` for single-threaded, sometimes faster for small projects._
36
+
|`sourceMap`|`boolean\|false`| Whether or not to produce source maps for the given input. |
37
+
|`minify`|`boolean\|false`| Minify using Terser, if turned off only comments will be stripped. |
38
+
|`downlevel`|`boolean\|true`| Produces a bundle for `nomodule` browsers. (IE11, ...) |
39
+
|`verbose`|`boolean\|false`| Will log performance information and information about polyfills. |
40
+
|`polyfillsFilename`|`string\|polyfills.legacy.js`| The name for the chunk containing polyfills for the legacy bundle. |
0 commit comments