From 92b7809a0deab567f581444a6e66afe426a239da Mon Sep 17 00:00:00 2001 From: cap-Bernardito Date: Mon, 6 Apr 2020 14:05:21 +0300 Subject: [PATCH] feat: modules.mode callback function --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d9f7fb7..737f15c5 100644 --- a/README.md +++ b/README.md @@ -574,11 +574,9 @@ module.exports = { ###### `Function` -Allows set different values modules.mode based on filename +Allows set different values for the `mode` option based on a filename -Possible return values: - -`local`, `global`, `pure` +Possible return values - `local`, `global` and `pure` **webpack.config.js**