From 4216eb64350e8e0d7903484e7ed2938d71d74ab3 Mon Sep 17 00:00:00 2001 From: Kevin Schaul Date: Mon, 28 Aug 2023 16:15:36 -0500 Subject: [PATCH] chore: remove empty array --- config/webpack.config.js | 1 - config/webpack.production.config.js | 1 - 2 files changed, 2 deletions(-) diff --git a/config/webpack.config.js b/config/webpack.config.js index dd94258e..2d3ba319 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -25,7 +25,6 @@ module.exports = { extensions: ['.js', '.jsx'] }, module: { - noParse: [], rules: rules }, node: { diff --git a/config/webpack.production.config.js b/config/webpack.production.config.js index 3940c30f..fd460065 100644 --- a/config/webpack.production.config.js +++ b/config/webpack.production.config.js @@ -23,7 +23,6 @@ module.exports = { extensions: ['.js', '.jsx'] }, module: { - noParse: [], rules: rules }, node: {