Merge pull request #27767 from element-hq/dbkr/unminify_modernizr

Unminify modernizr
pull/27776/head
David Baker 2024-07-17 15:09:07 +00:00 committed by GitHub
commit bc805d2989
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1970 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
"minify": true,
"minify": false,
"enableClasses": false,
"feature-detects": [
"test/css/animations",

View File

@ -10,5 +10,5 @@ sonar.exclusions=__mocks__,docs,element.io,nginx
sonar.typescript.tsconfigPath=./tsconfig.json
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.coverage.exclusions=test/**/*,res/**/*
sonar.coverage.exclusions=test/**/*,res/**/*,src/vector/modernizr.js
sonar.testExecutionReportPaths=coverage/jest-sonar-report.xml

File diff suppressed because one or more lines are too long