Skip to content

Commit

Permalink
chore: remove empty array
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaul committed Aug 28, 2023
1 parent e53e3b1 commit 4216eb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module.exports = {
extensions: ['.js', '.jsx']
},
module: {
noParse: [],
rules: rules
},
node: {
Expand Down
1 change: 0 additions & 1 deletion config/webpack.production.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module.exports = {
extensions: ['.js', '.jsx']
},
module: {
noParse: [],
rules: rules
},
node: {
Expand Down

0 comments on commit 4216eb6

Please sign in to comment.