Skip to content

Commit

Permalink
feat: 🎸 Try to optimize the build speed (#11010)
Browse files Browse the repository at this point in the history
<!--
Before opening a pull request, please read the [contributing
guidelines](https://github.com/pancakeswap/pancake-frontend/blob/develop/CONTRIBUTING.md)
first
-->
  • Loading branch information
chef-ryan authored Dec 18, 2024
1 parent 1bbdf22 commit e7a11b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/web/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ const sentryWebpackPluginOptions =
// recommended:
// release, url, org, project, authToken, configFile, stripPrefix,
// urlPrefix, include, ignore
silent: false, // Logging when deploying to check if there is any problem
silent: true, // Logging when deploying to check if there is any problem
validate: true,
hideSourceMaps: false,
tryRun: true,
disable: true
// https://github.com/getsentry/sentry-webpack-plugin#options.
}
: {
Expand Down

0 comments on commit e7a11b2

Please sign in to comment.