Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.

Commit 7710961

Browse files
authored
fix(README): remove repeated draft and publish
1 parent ec12b83 commit 7710961

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,7 @@ function css({ filename = '[name].css', allChunks = false, sourceMap = false, ex
219219
```
220220
</details>
221221

222-
For simple uses, such as overriding a setting, or adding a plugin, using a simple object is usually enough.
223-
224-
The default behavior is to deep merge objects, append values to arrays and in all other cases overwrite the old values. The function approach allows for more fine grained changes like prepending arrays, or using previously generated config as input for the generated output. Last config is available as `this` inside the function.
222+
Note that for simple uses, such as overriding a setting, or adding a plugin, using a simple object is usually enough.
225223

226224
## The Easy Webpack Ecosystem - Feature and Configuration Presets
227225

@@ -343,4 +341,4 @@ I was not aware of these projects when developing Easy Webpack, however I feel t
343341

344342
Made possible thanks to these brave souls:
345343
- @niieani (Bazyli Brzóska) https://invent.life
346-
- @Vheissu (Dwayne Charrington) http://ilikekillnerds.com
344+
- @Vheissu (Dwayne Charrington) http://ilikekillnerds.com

0 commit comments

Comments
 (0)