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:
parent
a10d2b1828
commit
770578058b
2 changed files with 1991 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"minify": true,
|
||||
"minify": false,
|
||||
"enableClasses": false,
|
||||
"feature-detects": [
|
||||
"test/css/animations",
|
||||
|
@ -29,6 +29,7 @@
|
|||
"test/crypto",
|
||||
"test/iframe/sandbox",
|
||||
"test/json",
|
||||
"test/intl",
|
||||
"test/network/fetch",
|
||||
"test/storage/localstorage",
|
||||
"test/window/resizeobserver"
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue