From 5ef045402978487e20403c0c1d96854068d38c39 Mon Sep 17 00:00:00 2001 From: Bert De Block Date: Thu, 7 Mar 2024 16:44:23 +0100 Subject: [PATCH] Remove `ie 11` from targets --- tests/dummy/config/targets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dummy/config/targets.js b/tests/dummy/config/targets.js index 326def3e..08cb282f 100644 --- a/tests/dummy/config/targets.js +++ b/tests/dummy/config/targets.js @@ -8,7 +8,7 @@ const isCI = Boolean(process.env.CI); const isProduction = process.env.EMBER_ENV === 'production'; if (isCI || isProduction) { - browsers.push('ie 11'); + // browsers.push('ie 11'); } module.exports = {