Commit b65a5e12 authored by Juan Corona's avatar Juan Corona

Add Array.includes in Polyfills

parent 3f7a87e3
......@@ -6,6 +6,7 @@ require('core-js/es6/set');
require('core-js/fn/array/find');
require('core-js/fn/array/find-index');
require('core-js/fn/array/from');
require('core-js/fn/array/includes');
require('core-js/fn/object/assign');
// ES2017
......
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