diff --git a/README.md b/README.md index 9f407aa..8264cd3 100644 --- a/README.md +++ b/README.md @@ -935,7 +935,9 @@ config.merge({ plugin: { [name]: { plugin: WebpackPlugin, - args: [...args] + args: [...args], + before, + after } }, @@ -993,7 +995,9 @@ config.merge({ plugin: { [name]: { plugin: WebpackPlugin, - args: [...args] + args: [...args], + before, + after } } }, @@ -1031,7 +1035,9 @@ config.merge({ use: { [name]: { loader: LoaderString, - options: LoaderOptions + options: LoaderOptions, + before, + after } } }