Add the Intl API to the modermizr checks

Also change to to not minify, because it will be minified by webpack
anyway so we may as wel have a halfway sensible diff next time.
This commit is contained in:
David Baker 2024-07-17 14:54:01 +02:00
parent a10d2b1828
commit 770578058b
2 changed files with 1991 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ {
"minify": true, "minify": false,
"enableClasses": false, "enableClasses": false,
"feature-detects": [ "feature-detects": [
"test/css/animations", "test/css/animations",
@ -29,6 +29,7 @@
"test/crypto", "test/crypto",
"test/iframe/sandbox", "test/iframe/sandbox",
"test/json", "test/json",
"test/intl",
"test/network/fetch", "test/network/fetch",
"test/storage/localstorage", "test/storage/localstorage",
"test/window/resizeobserver" "test/window/resizeobserver"

File diff suppressed because one or more lines are too long