Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit c09082e

Browse files
authored
docs(readme): Add custom prefix property
1 parent e9e3b82 commit c09082e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ custom:
5454
minify: false
5555
```
5656

57+
* **prefix** (default `_optimize`) - Folder to output bundle.
58+
59+
```yml
60+
custom:
61+
optimize:
62+
prefix: 'dist'
63+
```
64+
5765
* **presets** (default `es2015`) - Array of Babel presets.
5866

5967
```yml

0 commit comments

Comments
 (0)