Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jan 22, 2024
1 parent 3867576 commit 5dd1ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 5dd1ed9

Please sign in to comment.