cypress-documentation
                                
                                 cypress-documentation copied to clipboard
                                
                                    cypress-documentation copied to clipboard
                            
                            
                            
                        Usage of transform-class-properties in Code Coverage section
Subject
Coverage
Description
The code coverage sections shows a babel config using the "transform-class-properties". This package no longer works with Babel v7 and higher, and according to Babel documentation you should use this plugin instead: "@babel/plugin-proposal-class-properties"
There isn't good references on the web to this issue, so removing or noting that newer Babel versions use a different plugin will save devs a lot of time troubleshooting.