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

Commit

Permalink
fix(README): remove repeated draft and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
niieani authored Jul 8, 2016
1 parent ec12b83 commit 7710961
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,7 @@ function css({ filename = '[name].css', allChunks = false, sourceMap = false, ex
```
</details>

For simple uses, such as overriding a setting, or adding a plugin, using a simple object is usually enough.

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.
Note that for simple uses, such as overriding a setting, or adding a plugin, using a simple object is usually enough.

## The Easy Webpack Ecosystem - Feature and Configuration Presets

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

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

0 comments on commit 7710961

Please sign in to comment.