Skip to content

Commit 7ab7d72

Browse files
jeffbcrosshansl
authored andcommitted
fix(mobile): don't import system-config in system-import.js (#794)
It's not necessary since all modules have already been added to app-concat.js.
1 parent 6b45099 commit 7ab7d72

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
System.import('system-config.js').then(function () {
2-
System.import('main');
3-
}).catch(console.error.bind(console));
1+
System.import('main')
2+
.catch(console.error.bind(console));

0 commit comments

Comments
 (0)