Skip to content

Commit 11decfe

Browse files
committed
perf(client): comment out core-js imports\n\nas most people won't need them
1 parent a3f392c commit 11decfe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: templates/app/client/app/polyfills.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
import 'core-js/es6';
2-
import 'core-js/es7/reflect';
1+
// Enable certain polyfills depending on which browsers you need to support
2+
// import 'core-js/es6';
3+
// import 'core-js/es7/reflect';
4+
35
import 'zone.js/dist/zone';
46

57
<%_ if(filters.ts) { -%>

0 commit comments

Comments
 (0)