You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The minified-CSS check performed within the Lighthouse job in the Ambianic-PWA pipeline is breaking across all CI builds. CSS Minification is something that should be automatically performed when a production bundle of this application is created.
The culprit causing this break seems to be Vuetify as it the primary component library used in this project. It was last upgraded in this pull request to version 2.5.6 .
To Reproduce
Steps to reproduce the behavior:
Clone this repository and create a pull request to trigger the CI build containing the Lighthouse checks.
Expected behavior
All styling within the application should be automatically minified when a production bundle of the application is created.
Steps To Fix
Clone this repository and downgrade Vuetify to its previous version in a different branch.
Create a pull request from the new branch to trigger the CI build containing the Lighthouse checks, and watch if the minified-CSS checks pass or fail.
Describe the bug
The minified-CSS check performed within the Lighthouse job in the Ambianic-PWA pipeline is breaking across all CI builds. CSS Minification is something that should be automatically performed when a production bundle of this application is created.
The culprit causing this break seems to be Vuetify as it the primary component library used in this project. It was last upgraded in this pull request to version
2.5.6
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
All styling within the application should be automatically minified when a production bundle of the application is created.
Steps To Fix
Cc: @ivelin
The text was updated successfully, but these errors were encountered: