From 8d8f26dd0e6db375dbabb8e8dfe784e6c50408d5 Mon Sep 17 00:00:00 2001 From: Eli Perelman Date: Fri, 6 Oct 2017 12:03:54 -0500 Subject: [PATCH] Missing schema before/after --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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 } } }