From 95b48ddcd3287db6a9b9f34100137c3af8263cd8 Mon Sep 17 00:00:00 2001 From: folkforms Date: Fri, 3 May 2024 16:10:44 +0100 Subject: [PATCH] Remove unused bower_components reference from webpack config --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 540c641..ec4c048 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -28,7 +28,6 @@ module.exports = { }, { test: /\.(js|jsx)$/, - exclude: /(bower_components)/, loader: "babel-loader", options: { presets: ["@babel/env"] }, },