Skip to content

Commit 162ac9a

Browse files
fix: add 'mode' property in second array object
Resolve issue in examples/general/config-array where absence of 'mode' property in second configuration object caused an error. Fixes #5085
1 parent cddf382 commit 162ac9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/general/config-array/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ module.exports = [
3434
output: {
3535
filename: "bundle2.js",
3636
},
37+
mode: "development",
3738
module: {
3839
rules: [
3940
{

0 commit comments

Comments
 (0)