From 5dd1ed9aacb81ee99e1317a3bd8c8278b38bf37a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 22 Jan 2024 08:49:32 +0000 Subject: [PATCH] Update webpack.config.js --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 437aab6eb5..a5898f45fd 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -707,7 +707,7 @@ module.exports = (env, argv) => { }), // Upload to sentry if sentry env is present - // This plugin fails to import on some platforms like ppc64le & s390x even if the plugin isn't called, + // This plugin throws an error on import on some platforms like ppc64le & s390x even if the plugin isn't called, // so we require it conditionally. process.env.SENTRY_DSN && require("@sentry/webpack-plugin").sentryWebpackPlugin({