Skip to content

Commit

Permalink
chore(shim): remove Object.getPrototypeOf shim (#2692)
Browse files Browse the repository at this point in the history
We use Babel 6.26.0, which has been patched for this already; see babel/babel#3041 and babel/babel#3527
  • Loading branch information
Haroenv authored and bobylito committed Feb 6, 2018
1 parent 96b8d61 commit 1785b99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions src/lib/main.js
Expand Up @@ -6,9 +6,6 @@
// required for browsers not supporting Object.freeze (helper requirement)
import '../shams/Object.freeze.js';

// required for IE <= 10 since move to babel6
import '../shims/Object.getPrototypeOf.js';

import toFactory from 'to-factory';
import algoliasearchHelper from 'algoliasearch-helper';

Expand Down
18 changes: 0 additions & 18 deletions src/shims/Object.getPrototypeOf.js

This file was deleted.

0 comments on commit 1785b99

Please sign in to comment.