mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-24 09:28:21 +08:00
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
@ -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…
Reference in New Issue
Block a user