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:
@@ -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
Reference in New Issue
Block a user