daml/navigator/frontend/.modernizrrc
Moritz Kiefer 6bf45a344a
Upgrade Navigator to Webpack 5 (#11040)
* Upgrade Navigator to Webpack 5

changelog_begin
changelog_end

* Disable broken modernizr checks

changelog_begin
changelog_end

* drop unused dep

changelog_begin
changelog_end
2021-09-27 21:59:54 +02:00

26 lines
417 B
Plaintext

{
"classPrefix": "",
"enableJSClass": false,
"enableClasses": false,
"options": [
"testAllProps",
"testProp"
],
"feature-detects": [
"css/calc",
"css/flexbox",
"css/nthchild",
"es5/array",
"es5/date",
"es5/function",
"es5/object",
"es5/specification",
"es5/strictmode",
"es5/string",
"es6/promises",
"history",
"json",
"network/fetch"
]
}