aboutsummaryrefslogtreecommitdiffstats
path: root/.config/polyfillList.js
diff options
context:
space:
mode:
Diffstat (limited to '.config/polyfillList.js')
-rw-r--r--.config/polyfillList.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/polyfillList.js b/.config/polyfillList.js
new file mode 100644
index 0000000..fc7df3d
--- /dev/null
+++ b/.config/polyfillList.js
@@ -0,0 +1,9 @@
+import 'core-js/modules/es6.function.name'
+import 'core-js/modules/es6.object.keys'
+import 'core-js/modules/es6.symbol'
+import 'core-js/modules/es6.set'
+import 'core-js/modules/es7.array.includes'
+import 'core-js/modules/es6.string.includes'
+import 'core-js/modules/es6.array.iterator'
+import 'core-js/modules/es7.object.entries'
+import 'core-js/modules/es6.object.assign'