Skip to content

Commit

Permalink
refactor: add 'mode' property in second array object in examples (#5086)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushkumarbhadani committed Mar 5, 2024
1 parent 1e97fe0 commit 2aed762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/general/config-array/webpack.config.js
Expand Up @@ -34,6 +34,7 @@ module.exports = [
output: {
filename: "bundle2.js",
},
mode: "development",
module: {
rules: [
{
Expand Down

0 comments on commit 2aed762

Please sign in to comment.