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

Commit

Permalink
Missing schema before/after
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Oct 6, 2017
1 parent 97a2fab commit 8d8f26d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,9 @@ config.merge({
plugin: {
[name]: {
plugin: WebpackPlugin,
args: [...args]
args: [...args],
before,
after
}
},
Expand Down Expand Up @@ -993,7 +995,9 @@ config.merge({
plugin: {
[name]: {
plugin: WebpackPlugin,
args: [...args]
args: [...args],
before,
after
}
}
},
Expand Down Expand Up @@ -1031,7 +1035,9 @@ config.merge({
use: {
[name]: {
loader: LoaderString,
options: LoaderOptions
options: LoaderOptions,
before,
after
}
}
}
Expand Down

0 comments on commit 8d8f26d

Please sign in to comment.