Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Releasing v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed May 18, 2017
1 parent 09d7f29 commit 4a59bef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,17 @@ config.devServer
config.module : ChainedMap
```

#### Config module noParse

```js
config.module.noParse : ChainedSet
config.module.noParse
.add(value)
.prepend(value)
.clear()
```

#### Config module rules: shorthand methods

```js
Expand Down Expand Up @@ -848,6 +859,7 @@ config.merge({
module: {
[key]: value,
noParse: [...values],
rule: {
[name]: {
[key]: value,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-chain",
"version": "3.2.0",
"version": "3.3.0",
"main": "src/Config.js",
"repository": "mozilla-neutrino/webpack-chain",
"keywords": [
Expand Down

0 comments on commit 4a59bef

Please sign in to comment.