Skip to content

Commit

Permalink
Import necessary polyfills to satisfy ie 11 target
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Oct 6, 2022
1 parent ccda0bb commit 079960e
Show file tree
Hide file tree
Showing 3 changed files with 823 additions and 31 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@
"co": "^4.6.0",
"common-tags": "^1.8.0",
"console-ui": "^2.2.2",
"core-js": "^3.25.5",
"core-object": "^3.1.5",
"ember-auto-import": "^2.4.2",
"ember-cli": "~3.5.0",
"ember-cli-dependency-checker": "^3.0.0",
"ember-cli-htmlbars": "^3.0.0",
Expand All @@ -101,9 +103,11 @@
"lerna-changelog": "^0.8.0",
"loader.js": "^4.7.0",
"mocha": "^5.2.0",
"regenerator-runtime": "^0.13.9",
"release-it": "^12.2.1",
"release-it-lerna-changelog": "^1.0.3",
"resolve": "^1.8.1"
"resolve": "^1.8.1",
"webpack": "^5.74.0"
},
"engines": {
"node": "14.* || 16.* || >= 18"
Expand Down
3 changes: 3 additions & 0 deletions tests/dummy/app/app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import 'core-js/stable';
import 'regenerator-runtime/runtime';

import Application from '@ember/application';
import Resolver from './resolver';
import loadInitializers from 'ember-load-initializers';
Expand Down
Loading

0 comments on commit 079960e

Please sign in to comment.