Skip to content

Commit 650242d

Browse files
committed
build: only include object.entries polyfill
1 parent ff61c03 commit 650242d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/demos/polyfills.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
* BROWSER POLYFILLS
1919
*/
2020

21-
import 'core-js/es/object';
21+
import 'core-js/modules/es.object.entries';
2222
import 'hammerjs';
2323
import 'zone.js/dist/zone';

0 commit comments

Comments
 (0)