Skip to content

Commit

Permalink
remove redundant config arg in webpack command
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Mar 29, 2024
1 parent f42e04a commit e206e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
},
"scripts": {
"webpack": "webpack",
"build": "webpack --profile --progress --config webpack.config.babel.js"
"build": "webpack --profile --progress"
}
}

0 comments on commit e206e29

Please sign in to comment.