summaryrefslogtreecommitdiff
path: root/thirdparty/preact/test/polyfills.js
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/preact/test/polyfills.js')
-rw-r--r--thirdparty/preact/test/polyfills.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/thirdparty/preact/test/polyfills.js b/thirdparty/preact/test/polyfills.js
deleted file mode 100644
index 51f256e6e..000000000
--- a/thirdparty/preact/test/polyfills.js
+++ /dev/null
@@ -1,5 +0,0 @@
-// ES2015 APIs used by developer tools integration
-import 'core-js/es6/map';
-import 'core-js/fn/array/fill';
-import 'core-js/fn/array/from';
-import 'core-js/fn/object/assign';