diff --git a/README.md b/README.md index 2801b59..9aa727b 100644 --- a/README.md +++ b/README.md @@ -367,6 +367,7 @@ config .context(context) .externals(externals) .loader(loader) + .name(name) .mode(mode) .parallelism(parallelism) .profile(profile) diff --git a/src/Config.js b/src/Config.js index 190f294..359b827 100644 --- a/src/Config.js +++ b/src/Config.js @@ -31,6 +31,7 @@ module.exports = class extends ChainedMap { 'externals', 'loader', 'mode', + 'name', 'parallelism', 'profile', 'recordsInputPath',