mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-28 11:28:12 +08:00
770578058b
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.
38 lines
822 B
JSON
38 lines
822 B
JSON
{
|
|
"minify": false,
|
|
"enableClasses": false,
|
|
"feature-detects": [
|
|
"test/css/animations",
|
|
"test/css/displaytable",
|
|
"test/css/filters",
|
|
"test/css/flexbox",
|
|
"test/css/objectfit",
|
|
|
|
"test/es5/date",
|
|
"test/es5/function",
|
|
"test/es5/object",
|
|
"test/es5/undefined",
|
|
|
|
"test/es6/array",
|
|
"test/es6/collections",
|
|
"test/es6/promises",
|
|
"test/es6/string",
|
|
|
|
"test/svg",
|
|
"test/svg/asimg",
|
|
"test/svg/filters",
|
|
|
|
"test/url/parser",
|
|
"test/url/urlsearchparams",
|
|
|
|
"test/cors",
|
|
"test/crypto",
|
|
"test/iframe/sandbox",
|
|
"test/json",
|
|
"test/intl",
|
|
"test/network/fetch",
|
|
"test/storage/localstorage",
|
|
"test/window/resizeobserver"
|
|
]
|
|
}
|