Skip to content

Commit 2aed762

Browse files
refactor: add 'mode' property in second array object in examples (#5086)
1 parent 1e97fe0 commit 2aed762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: examples/general/config-array/webpack.config.js

+1
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)