diff --git a/index.js b/index.js index 4cc1fbf..518f05c 100644 --- a/index.js +++ b/index.js @@ -11,16 +11,7 @@ const mobile = [ 'last 3 iOS major versions', ]; -// Other browsers are not officially supported by Open edX, but -// adding these is strongly recommended by browserslist, so we do so: -// https://github.com/browserslist/browserslist?tab=readme-ov-file#best-practices -const bestPractices = [ - 'last 2 versions and not dead', - '> 0.2% and not dead', -]; - module.exports = [ ...desktop, ...mobile, - ...bestPractices, ];