Skip to content

Commit 47553c5

Browse files
author
Robert Jackson
committed
Bring back embroider scenarios
Do not transpile for `IE11` (in CI or production). See embroider-build/embroider#731
1 parent 53aaa1d commit 47553c5

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- ember-canary
2727
- ember-lts-3.16
2828
- ember-lts-3.20
29-
# - embroider-safe
30-
# - embroider-optimized
29+
- embroider-safe
30+
- embroider-optimized
3131

3232
steps:
3333
- name: Checkout

tests/dummy/config/targets.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ const browsers = [
66
'last 1 Safari versions',
77
];
88

9-
const isCI = Boolean(process.env.CI);
10-
const isProduction = process.env.EMBER_ENV === 'production';
11-
12-
if (isCI || isProduction) {
13-
browsers.push('ie 11');
14-
}
15-
169
module.exports = {
1710
browsers,
1811
node: 'current',

0 commit comments

Comments
 (0)