Skip to content

Run bundle size analysis only when frontend files are changed

Mike Greiling requested to merge mg-limit-bundle-size-analysis into master

What does this MR do?

Prevents the webpack bundle-size-analyzer from running in contexts where it is not needed. This rule will configure it to run only when files are changed which might have an impact on webpack bundle sizes.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

closes: gitlab-org/frontend/playground/webpack-memory-metrics#17 (closed)

Merge request reports

Loading