Commit 7f965106 authored by Sean Hammond's avatar Sean Hammond Committed by GitHub

Merge pull request #442 from hypothesis/add-symbol-polyfill

Add Symbol polyfill
parents 6d9bd921 02ae0e83
......@@ -3,6 +3,7 @@
// ES2015 polyfills
require('core-js/es6/promise');
require('core-js/es6/set');
require('core-js/es6/symbol');
require('core-js/fn/array/find');
require('core-js/fn/array/find-index');
require('core-js/fn/array/from');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment