Skip to content

Commit 92b7809

Browse files
feat: modules.mode callback function
1 parent 813a03b commit 92b7809

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -574,11 +574,9 @@ module.exports = {
574574

575575
###### `Function`
576576

577-
Allows set different values modules.mode based on filename
577+
Allows set different values for the `mode` option based on a filename
578578

579-
Possible return values:
580-
581-
`local`, `global`, `pure`
579+
Possible return values - `local`, `global` and `pure`
582580

583581
**webpack.config.js**
584582

0 commit comments

Comments
 (0)