We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fc998 commit da0756fCopy full SHA for da0756f
src/aurelia.js
@@ -1,4 +1,4 @@
1
-import core from 'core-js';
+import * as core from 'core-js';
2
import * as TheLogManager from 'aurelia-logging';
3
import {Container} from 'aurelia-dependency-injection';
4
import {Loader} from 'aurelia-loader';
src/framework-configuration.js
import {Metadata} from 'aurelia-metadata';
import {ViewEngine} from 'aurelia-templating';
0 commit comments