We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a0b1d commit c9461f8Copy full SHA for c9461f8
src/webpack-shell-plugin.js
@@ -32,7 +32,7 @@ function validateInput(options) {
32
}
33
34
function mergeOptions(options, defaults) {
35
- for (var key in defaults) {
+ for (let key in defaults) {
36
if (options.hasOwnProperty(key)) {
37
defaults[key] = options[key];
38
0 commit comments